]> git.sur5r.net Git - cc65/blob - libsrc/atari5200/cartname.s
Code review changes and build fix.
[cc65] / libsrc / atari5200 / cartname.s
1 ; default cartridge name
2 ;
3 ; Christian Groessler, 01-Mar-2014
4
5 .export         __CART_NAME__: absolute = 1
6
7 .macpack        atari
8
9 .segment        "CARTNAME"
10
11                 scrcode "   cc"
12                 .byte   '6' + 32, '5' + 32      ; use playfield 1
13                 scrcode " compiled"