]> git.sur5r.net Git - cc65/commitdiff
Use .macpack to include macro package.
authorOliver Schmidt <ol.sc@web.de>
Sun, 27 Mar 2016 16:29:45 +0000 (18:29 +0200)
committerOliver Schmidt <ol.sc@web.de>
Sun, 27 Mar 2016 16:29:45 +0000 (18:29 +0200)
libsrc/atari5200/cartname.s

index c6a7018849b44a259646deaa5e9aa6c7f7daf5d4..11cbaaa678d11541cb4a6362d9b3c6beb93dae09 100644 (file)
@@ -2,10 +2,10 @@
 ;
 ; Christian Groessler, 01-Mar-2014
 
-.include        "atari.mac"
-
 .export         __CART_NAME__: absolute = 1
 
+.macpack        atari
+
 .segment        "CARTNAME"
 
                 scrcode "   cc"