1
0
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:
UzixLS
2021-06-23 21:15:42 +03:00
parent 2e4ad38ba8
commit 4a732acc36

View File

@ -215,11 +215,12 @@ get_im2_handler:
save:
.mute_saa1099:
ld bc, #01ff ; select saa register
ld bc, #ffff ; select saa register
ld a, #1c ; ...
out (c), a ; ...
xor a ; mute
out (#ff), a ; ...
ld b, #fe ; mute
xor a ; ...
out (c), a ; ...
.save_ay:
ld hl, var_save_ay ; select first AY chip in TurboSound
ld a, #ff ; ...