]> git.sur5r.net Git - cc65/commit - cfg/apple2enh-system.cfg
Renamed INITBSS to INIT and INIT to ONCE.
authorOliver Schmidt <ol.sc@web.de>
Sun, 6 Mar 2016 20:26:22 +0000 (21:26 +0100)
committerOliver Schmidt <ol.sc@web.de>
Sun, 6 Mar 2016 20:27:19 +0000 (21:27 +0100)
commit419eb700b5cd730ecf425ed8a597e9cf41ad7208
treeee70b231d65545ead73a9ec463e14bf9b90d3f9c
parentab1600b346605ef9dd7a2ed7c9fee3212ee85d13
Renamed INITBSS to INIT and INIT to ONCE.

The way we want to use the INITBSS segment - and especially the fact that it won't have the type bss on all ROM based targets - means that the name INITBSS is misleading. After all INIT is the best name from my perspective as it serves several purposes and therefore needs a rather generic name.

Unfortunately this means that the current INIT segment needs to be renamed too. Looking for a short (ideally 4 letter) name I came up with ONCE as it contains all code (and data) accessed only once during initialization.
132 files changed:
cfg/apple2-overlay.cfg
cfg/apple2-system.cfg
cfg/apple2.cfg
cfg/apple2enh-overlay.cfg
cfg/apple2enh-system.cfg
cfg/apple2enh.cfg
cfg/atari-cart.cfg
cfg/atari-cassette.cfg
cfg/atari-overlay.cfg
cfg/atari.cfg
cfg/atari5200.cfg
cfg/atarixl-largehimem.cfg
cfg/atarixl-overlay.cfg
cfg/atarixl.cfg
cfg/atmos.cfg
cfg/bbc.cfg
cfg/c128-overlay.cfg
cfg/c128.cfg
cfg/c16.cfg
cfg/c64-overlay.cfg
cfg/c64.cfg
cfg/cbm510.cfg
cfg/cbm610.cfg
cfg/gamate.cfg
cfg/geos-apple.cfg
cfg/geos-cbm.cfg
cfg/lunix.cfg
cfg/lynx-bll.cfg
cfg/lynx-coll.cfg
cfg/lynx-uploader.cfg
cfg/lynx.cfg
cfg/module.cfg
cfg/nes.cfg
cfg/none.cfg
cfg/osic1p-asm.cfg
cfg/osic1p.cfg
cfg/pce.cfg
cfg/pet.cfg
cfg/plus4.cfg
cfg/sim6502.cfg
cfg/sim65c02.cfg
cfg/supervision-128k.cfg
cfg/supervision-16k.cfg
cfg/supervision-64k.cfg
cfg/supervision.cfg
cfg/vic20-32k.cfg
cfg/vic20.cfg
doc/atari.sgml
doc/customizing.sgml
doc/ld65.sgml
libsrc/apple2/cputc.s
libsrc/apple2/crt0.s
libsrc/apple2/dosdetect.s
libsrc/apple2/extra/iobuf-0800.s
libsrc/apple2/get_ostype.s
libsrc/apple2/irq.s
libsrc/apple2/mainargs.s
libsrc/apple2/open.s
libsrc/apple2/read.s
libsrc/apple2/reboot.s
libsrc/atari/casinit.s
libsrc/atari/dosdetect.s
libsrc/atari/getargs.s
libsrc/atari/irq.s
libsrc/atari/mcbpm.s
libsrc/atari/shadow_ram_handlers.s
libsrc/atari5200/conioscreen.s
libsrc/atari5200/irq.s
libsrc/atmos/capslock.s
libsrc/atmos/cgetc.s
libsrc/atmos/irq.s
libsrc/atmos/mainargs.s
libsrc/atmos/read.s
libsrc/c128/cgetc.s
libsrc/c128/crt0.s
libsrc/c128/irq.s
libsrc/c128/mainargs.s
libsrc/c128/mcbdefault.s
libsrc/c128/systime.s
libsrc/c16/cgetc.s
libsrc/c16/crt0.s
libsrc/c16/irq.s
libsrc/c16/mainargs.s
libsrc/c64/crt0.s
libsrc/c64/irq.s
libsrc/c64/mainargs.s
libsrc/c64/mcbdefault.s
libsrc/c64/soft80_charset.s
libsrc/c64/soft80_conio.s
libsrc/c64/soft80mono_conio.s
libsrc/c64/systime.s
libsrc/cbm/filevars.s
libsrc/cbm/mcbpointercolor.s
libsrc/cbm/mcbpointershape.s
libsrc/cbm/read.s
libsrc/cbm/write.s
libsrc/cbm510/mainargs.s
libsrc/cbm510/mcbdefault.s
libsrc/cbm610/mainargs.s
libsrc/common/_cwd.s
libsrc/common/_heap.s
libsrc/gamate/clock.s
libsrc/gamate/conio.s
libsrc/gamate/irq.s
libsrc/gamate/nmi.s
libsrc/geos-common/conio/_scrsize.s
libsrc/geos-common/system/mainargs.s
libsrc/lynx/clock.s
libsrc/lynx/defdir.s
libsrc/lynx/irq.s
libsrc/lynx/mainargs.s
libsrc/nes/cputc.s
libsrc/nes/irq.s
libsrc/nes/mainargs.s
libsrc/osic1p/cgetc.s
libsrc/pce/clock.s
libsrc/pce/conio.s
libsrc/pce/irq.s
libsrc/pce/psg.s
libsrc/pce/vce.s
libsrc/pet/crt0.s
libsrc/pet/irq.s
libsrc/pet/mainargs.s
libsrc/plus4/cgetc.s
libsrc/plus4/crt0.s
libsrc/plus4/mainargs.s
libsrc/runtime/condes.s
libsrc/runtime/stkchk.s
libsrc/sim6502/mainargs.s
libsrc/vic20/crt0.s
libsrc/vic20/irq.s
libsrc/vic20/mainargs.s