From: Oliver Schmidt
Date: Sun, 27 Mar 2016 16:29:45 +0000 (+0200)
Subject: Use .macpack to include macro package.
X-Git-Tag: V2.16~150
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f10361751275b96afb1348c92e6059ca2cb787fb;p=cc65
Use .macpack to include macro package.
---
diff --git a/libsrc/atari5200/cartname.s b/libsrc/atari5200/cartname.s
index c6a701884..11cbaaa67 100644
--- a/libsrc/atari5200/cartname.s
+++ b/libsrc/atari5200/cartname.s
@@ -2,10 +2,10 @@
;
; Christian Groessler, 01-Mar-2014
-.include "atari.mac"
-
.export __CART_NAME__: absolute = 1
+.macpack atari
+
.segment "CARTNAME"
scrcode " cc"