]> git.sur5r.net Git - cc65/commit
Renamed RAM to MAIN for all disk based targets.
authorOliver Schmidt <ol.sc@web.de>
Mon, 7 Mar 2016 00:28:55 +0000 (01:28 +0100)
committerOliver Schmidt <ol.sc@web.de>
Mon, 7 Mar 2016 00:28:55 +0000 (01:28 +0100)
commitd8c31cf1d3b724b83bd411736472e1c16fb1b0c0
tree46efb1b5a37755129b5be78e3d0879beb39e92b2
parent419eb700b5cd730ecf425ed8a597e9cf41ad7208
Renamed RAM to MAIN for all disk based targets.

The name RAM doesn't make much sense in general for a memeory area because i.e. the zero page is for sure RAM but is not part of the memory area named RAM.

For disk based targets it makes sense to put the disk file more into focus and here MAIN means the main part of the file - in contrast to some header.

Only for ROM based targets the name RAM is kept as it makes sense to focus on the difference between RAM and ROM.
52 files changed:
cfg/apple2-asm.cfg
cfg/apple2-overlay.cfg
cfg/apple2-system.cfg
cfg/apple2.cfg
cfg/apple2enh-asm.cfg
cfg/apple2enh-overlay.cfg
cfg/apple2enh-system.cfg
cfg/apple2enh.cfg
cfg/atari-asm.cfg
cfg/atari-cart.cfg
cfg/atari-cassette.cfg
cfg/atari-overlay.cfg
cfg/atari.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-asm.cfg
cfg/cbm510.cfg
cfg/cbm610.cfg
cfg/gamate.cfg
cfg/lunix.cfg
cfg/lynx-bll.cfg
cfg/lynx-coll.cfg
cfg/lynx-uploader.cfg
cfg/lynx.cfg
cfg/none.cfg
cfg/osic1p-asm.cfg
cfg/osic1p.cfg
cfg/plus4.cfg
cfg/sim6502.cfg
cfg/sim65c02.cfg
cfg/vic20-32k.cfg
cfg/vic20.cfg
doc/atari.sgml
libsrc/atari/crt0.s
libsrc/atari/exehdr.s
libsrc/atmos/crt0.s
libsrc/c128/crt0.s
libsrc/gamate/crt0.s
libsrc/lynx/bllhdr.s
libsrc/lynx/crt0.s
libsrc/lynx/defdir.s
libsrc/osic1p/bootstrap.s
libsrc/osic1p/crt0.s
libsrc/plus4/crt0.s
libsrc/sim6502/crt0.s
libsrc/vic20/crt0.s