1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00
cc65/libsrc/atari/cartinit.s

12 lines
161 B
ArmAsm
Raw Normal View History

2014-01-06 20:24:29 +01:00
; Cartridge init routine
;
; Christian Groessler, 06-Jan-2014
.ifndef __ATARIXL__
2014-01-14 23:12:35 +01:00
.export cartinit
2014-01-06 20:24:29 +01:00
2014-01-14 23:12:35 +01:00
cartinit: rts
2014-01-06 20:24:29 +01:00
2014-01-14 23:12:35 +01:00
.endif ; .ifndef __ATARIXL__