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