]> git.sur5r.net Git - cc65/commitdiff
put this module's code into CODE segment
authorChristian Groessler <chris@groessler.org>
Thu, 16 Jan 2014 22:49:51 +0000 (23:49 +0100)
committerChristian Groessler <chris@groessler.org>
Thu, 16 Jan 2014 22:56:32 +0000 (23:56 +0100)
libsrc/atari/cartstart.s

index 30723ef605a83bc8f6724c3a57426f27a318cf7c..47c1d89b7e21d7d0bf29efe2efc5ad338b17a91f 100644 (file)
@@ -12,7 +12,7 @@
 
 .include        "atari.inc"
 
-.segment         "STARTUP"
+.segment         "CODE"
 
 ; start routine of cartridge
 ; copy data segment to RAM and chain to entry point of crt0.s