1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-02 15:29:33 +00:00
cc65/libsrc/gamate
Oliver Schmidt d8c31cf1d3 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.
2016-03-07 01:28:55 +01:00
..
joy conio and most other stuff working now 2015-11-29 01:14:59 +01:00
_scrsize.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
chline.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
clock.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
clrscr.s more cleanup 2015-11-29 20:04:10 +01:00
color.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
conio.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
cputc.s added black line :) 2015-11-30 18:49:52 +01:00
crt0.s Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
ctype.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
cvline.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
extzp.inc more cleanup 2015-11-29 20:04:10 +01:00
extzp.s more cleanup 2015-11-29 20:04:10 +01:00
gotoxy.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
header.s moved cart header into seperate file, moved nmi stub into several file, tweaked linker config 2015-11-29 16:01:36 +01:00
irq.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
joy_stat_stddrv.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
joy_stddrv.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
kplot.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
libref.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
nmi.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
revers.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
ticktock.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
vga.inc fix comments 2015-12-01 16:55:02 +01:00
waitvblank.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
wherex.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00
wherey.s conio and most other stuff working now 2015-11-29 01:14:59 +01:00