From be8ae80aea3e0f6223ca2b201f6b8aecb738ce69 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 11 Mar 2016 06:58:06 -0500 Subject: preliminary work for 5200 port --- cartname_5200.s | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cartname_5200.s (limited to 'cartname_5200.s') diff --git a/cartname_5200.s b/cartname_5200.s new file mode 100644 index 0000000..412afaa --- /dev/null +++ b/cartname_5200.s @@ -0,0 +1,14 @@ +; default cartridge name +; +; Christian Groessler, 01-Mar-2014 +; modified for taipan + +; anything in CAPS will rotate colors + +.include "atari.mac" + +.export __CART_NAME__: absolute = 1 + +.segment "CARTNAME" + + scrcode " taipan ALPHA " -- cgit v1.2.3