Skip to content

Commit 1584a34

Browse files
committed
nullsound: fix enable mask during SSG reset
1 parent bcf8bef commit 1584a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nullsound/ym2610.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ _release_ops:
180180
inc b
181181
call ym2610_write_port_a
182182
ld b, #REG_SSG_ENABLE
183-
ld c, #0xff
183+
ld c, #0x3f
184184
call ym2610_write_port_a
185185

186186
;; ADPCM-A

0 commit comments

Comments
 (0)