]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari5200/cartname.s
remove atari5200.mac
[cc65] / libsrc / atari5200 / cartname.s
index 51a7ca2bdf9892e934b153767c729a4fffe6f508..c6a7018849b44a259646deaa5e9aa6c7f7daf5d4 100644 (file)
@@ -2,10 +2,12 @@
 ;
 ; Christian Groessler, 01-Mar-2014
 
-.include       "atari5200.mac"
+.include        "atari.mac"
 
 .export         __CART_NAME__: absolute = 1
 
 .segment        "CARTNAME"
 
-               scrcode "   cc65 compiled"
+                scrcode "   cc"
+                .byte   '6' + 32, '5' + 32      ; use playfield 1
+                scrcode " compiled"