first changes for atari5200 target

This commit is contained in:
Christian Groessler
2014-03-01 17:20:09 +01:00
parent 9c95306a69
commit c8f7f2f161
19 changed files with 608 additions and 218 deletions

View File

@@ -0,0 +1,11 @@
; default cartridge name
;
; Christian Groessler, 01-Mar-2014
.include "atari5200.mac"
.export __CART_NAME__: absolute = 1
.segment "CARTNAME"
scrcode " cc65 compiled"