enter bios ZX3

This commit is contained in:
antoniovillena 2023-03-25 19:47:28 +01:00
parent 0c4c389130
commit a32005db80
1 changed files with 3 additions and 7 deletions

View File

@ -520,14 +520,10 @@ star17 ld hl, (joykey)
jp conti
runbit0 ld a, l
IF version=1 OR version=3
cp 45
ELSE
IF version=2
IF version=2
cp 69
ELSE
cp 56
ENDIF
ELSE
cp 45
ENDIF
jr z, bios
runbit1 ld (bitstr), a