mirror of https://github.com/zxdos/zxuno.git
Arreglo bug zx3
This commit is contained in:
parent
8cc65ff1c7
commit
8c5a6f1f33
Binary file not shown.
|
@ -2685,7 +2685,14 @@ otv2 call alto subnn
|
|||
call wrflsh
|
||||
inc de
|
||||
ld (tmpbu2+$1e), de
|
||||
exx
|
||||
IF version=4
|
||||
ld a, e
|
||||
or d
|
||||
jr nz, otv3
|
||||
inc a
|
||||
ld (alto highb+1), a
|
||||
ENDIF
|
||||
otv3 exx
|
||||
ld ix, $e000
|
||||
pop de
|
||||
pop hl
|
||||
|
|
Loading…
Reference in New Issue