From fd4d7d93ea28ddecee29f6b114a73383be200a55 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Thu, 16 Jan 2014 23:49:51 +0100 Subject: [PATCH] put this module's code into CODE segment --- libsrc/atari/cartstart.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/atari/cartstart.s b/libsrc/atari/cartstart.s index 30723ef60..47c1d89b7 100644 --- a/libsrc/atari/cartstart.s +++ b/libsrc/atari/cartstart.s @@ -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 -- 2.39.5