1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 19:29:18 +00:00
cc65/libsrc/atari/cartinit.s
Christian Groessler 692ec4a05b remove TABs
2014-01-14 23:13:01 +01:00

14 lines
188 B
ArmAsm

; Cartridge init routine
;
; Christian Groessler, 06-Jan-2014
.ifndef __ATARIXL__
.export cartinit
.segment "STARTUP"
cartinit: rts
.endif ; .ifndef __ATARIXL__