]> git.sur5r.net Git - cc65/commitdiff
remove segment directive since CODE is the default segment
authorChristian Groessler <chris@groessler.org>
Fri, 17 Jan 2014 10:47:23 +0000 (11:47 +0100)
committerChristian Groessler <chris@groessler.org>
Fri, 17 Jan 2014 10:48:12 +0000 (11:48 +0100)
libsrc/atari/cartstart.s

index ce403b5fb03cd743daad67ee1862beea410e70b1..eeac8933b4a6eb5710826daba81333acac4bb5ba 100644 (file)
@@ -11,8 +11,6 @@
 
 .include        "atari.inc"
 
-.segment         "CODE"
-
 ; start routine of cartridge
 ; copy data segment to RAM and chain to entry point of crt0.s