cc65/libsrc/gamate
Oliver Schmidt 419eb700b5 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.
2016-03-06 21:27:19 +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 more cleanup 2015-11-29 20:04:10 +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