mirror of
https://github.com/cc65/cc65.git
synced 2024-11-01 11:04:34 +00:00
12 lines
161 B
ArmAsm
12 lines
161 B
ArmAsm
; Cartridge init routine
|
|
;
|
|
; Christian Groessler, 06-Jan-2014
|
|
|
|
.ifndef __ATARIXL__
|
|
|
|
.export cartinit
|
|
|
|
cartinit: rts
|
|
|
|
.endif ; .ifndef __ATARIXL__
|