]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/shadow_ram_prepare.s
more atarixl linker cfg file cleanups; adapt atarixl-overlay.cfg
[cc65] / libsrc / atari / shadow_ram_prepare.s
index dd8b2c0da34de09b62e9936832363338226e8182..e0dc23f778346621da59008ae80e1696e875e253 100644 (file)
@@ -18,7 +18,7 @@ DEBUG   =       1
         .import         __SHADOW_RAM_LOAD__, __SHADOW_RAM_SIZE__
         .import         __SHADOW_RAM_RUN__
         .import         __CHARGEN_START__, __CHARGEN_SIZE__
-        .import         __SAVEAREA_LOAD__
+        .import         __STARTADDRESS__       ; needed by xlmemchk.inc
 
         .include        "zeropage.inc"
         .include        "atari.inc"
@@ -374,6 +374,6 @@ screen_device_length = * - screen_device
 
         .word   INITAD
         .word   INITAD+1
-        .word   __SRPREP_LOAD__
+        .word   sramprep
 
 .endif  ; .if .defined(__ATARIXL__)