]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/system_check.s
more atarixl linker cfg file cleanups; adapt atarixl-overlay.cfg
[cc65] / libsrc / atari / system_check.s
index b0abc0dc88d686cf8090383f53881a699e236a7e..b1d80b0c2885acdd507be78414da6808decfe5fd 100644 (file)
@@ -17,7 +17,7 @@ DEBUG =       1
 
        .export         syschk
         .import         __SYSCHK_LOAD__
-        .import         __SAVEAREA_LOAD__       ; needed by xlmemchk.inc
+        .import         __STARTADDRESS__       ; needed by xlmemchk.inc
 
         .include        "zeropage.inc"
         .include        "atari.inc"
@@ -75,6 +75,7 @@ cont: ldx     #0              ; channel 0
 no_xl: print_string "This program needs an XL machine."
        jmp     fail
 
+; entry point
 syschk:
        lda     $fcd8           ; from ostype.s
         cmp     #$a2