Add support to create cartridges.

This commit is contained in:
Christian Groessler
2014-01-06 20:24:29 +01:00
parent b1c8f8e714
commit b237bb9d9a
4 changed files with 143 additions and 0 deletions

13
libsrc/atari/cartinit.s Normal file
View File

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