1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/libsrc/atari/cartinit.s

12 lines
161 B
ArmAsm
Raw Normal View History

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