]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/soft80_conio.s
added optimization for indexed 16-bit array load of form (array[i & 0x7f])
[cc65] / libsrc / c64 / soft80_conio.s
index 874d41a533e53935a0e1a3be2fb565f0cd166955..48039d288a0557abe49c04dd76025c84977a9f6a 100644 (file)
@@ -56,7 +56,7 @@ soft80_shutdown:
         sta     CIA2_PRA
         jmp     $FF5B           ; Initialize video I/O
 
-        .segment "INIT"
+        .segment "ONCE"
 firstinit:
         ; copy charset to RAM under I/O
         sei
@@ -146,7 +146,7 @@ soft80_bitmapyhi_data:
 soft80_tables_data_end:
 
 ;-------------------------------------------------------------------------------
-        .segment "INITBSS"
+        .segment "INIT"
 soft80_internal_cellcolor:
         .res 1
 soft80_internal_bgcolor: