Skip to content

Commit 9386677

Browse files
committed
Enable stereo mode for SIDs in the F256
1 parent 4e548ad commit 9386677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

level1/f256/modules/vtio.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ w@ lda CODECCtrl,x
221221
InitSound clr D.SndPrcID clear the process ID of the current sound emitter (none)
222222
lda SYS1 get the byte at SYS1
223223
* anda #^SYS_PSG_ST clear the stereo flag
224-
ora #SYS_PSG_ST
224+
ora #SYS_PSG_ST|SYS_SID_ST
225225
sta SYS1 and save it back
226226

227227
InitPSG pshs cc save the condition code register

0 commit comments

Comments
 (0)