mirror of
https://github.com/aotta/PicoPAC
synced 2024-11-20 23:55:00 -05:00
Add files via upload
new version with fixed ram location for G-7000 compatibility
This commit is contained in:
parent
1494632645
commit
09a28af1b2
BIN
selectgame/selectgame.bin
Normal file
BIN
selectgame/selectgame.bin
Normal file
Binary file not shown.
@ -769,13 +769,14 @@ firepressed
|
||||
|
||||
add a,#1
|
||||
|
||||
mov r1,#07fh
|
||||
mov r1,#0feh
|
||||
movx @r1,a
|
||||
|
||||
mov r1,#07eh
|
||||
mov a,#00ah ; ":" char for selected
|
||||
mov r1,#0ffh
|
||||
mov a,#0aah ; ":" char for selected
|
||||
movx @r1,a
|
||||
|
||||
|
||||
;--------------------------------------------------------------------
|
||||
ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user