]> git.sur5r.net Git - cc65/blobdiff - libsrc/plus4/cgetc.s
Merge remote-tracking branch 'upstream/master' into creativision
[cc65] / libsrc / plus4 / cgetc.s
index 25a63c053604657df152c7f29b075bd05e07f926..784bac2674b030f7d9b87ae9e7c26ffd875190f5 100644 (file)
@@ -72,6 +72,9 @@ L2:     sta     ENABLE_ROM      ; Bank in the ROM
 
 .endproc
 
+fnkeys: .byte   $01, $01, $01, $01, $01, $01, $01, $01
+        .byte   133, 137, 134, 138, 135, 139, 136, 140
+
 
 .segment        "LOWCODE"       ; Accesses the ROM - must go into low mem
 
@@ -87,11 +90,3 @@ L2:     sta     ENABLE_ROM      ; Bank in the ROM
         rts
 
 .endproc
-
-
-; Function key table, readonly
-
-.rodata
-fnkeys: .byte   $01, $01, $01, $01, $01, $01, $01, $01
-        .byte   133, 137, 134, 138, 135, 139, 136, 140
-