mirror of
https://github.com/UzixLS/zx-sizif-xxs.git
synced 2025-07-19 07:11:28 +03:00
magic: fix border when entering menu
This commit is contained in:
@ -215,11 +215,12 @@ get_im2_handler:
|
|||||||
|
|
||||||
save:
|
save:
|
||||||
.mute_saa1099:
|
.mute_saa1099:
|
||||||
ld bc, #01ff ; select saa register
|
ld bc, #ffff ; select saa register
|
||||||
ld a, #1c ; ...
|
ld a, #1c ; ...
|
||||||
out (c), a ; ...
|
out (c), a ; ...
|
||||||
xor a ; mute
|
ld b, #fe ; mute
|
||||||
out (#ff), a ; ...
|
xor a ; ...
|
||||||
|
out (c), a ; ...
|
||||||
.save_ay:
|
.save_ay:
|
||||||
ld hl, var_save_ay ; select first AY chip in TurboSound
|
ld hl, var_save_ay ; select first AY chip in TurboSound
|
||||||
ld a, #ff ; ...
|
ld a, #ff ; ...
|
||||||
|
Reference in New Issue
Block a user