Add files via upload

new version with fixed ram location for G-7000 compatibility
This commit is contained in:
Andrea Ottaviani 2024-09-05 22:09:28 +02:00 committed by GitHub
parent 1494632645
commit 09a28af1b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

BIN
selectgame/selectgame.bin Normal file

Binary file not shown.

View File

@ -769,13 +769,14 @@ firepressed
add a,#1 add a,#1
mov r1,#07fh mov r1,#0feh
movx @r1,a movx @r1,a
mov r1,#07eh mov r1,#0ffh
mov a,#00ah ; ":" char for selected mov a,#0aah ; ":" char for selected
movx @r1,a movx @r1,a
;-------------------------------------------------------------------- ;--------------------------------------------------------------------
ret ret