We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc00ed commit 8155ed7Copy full SHA for 8155ed7
level1/f256/modules/vtio.asm
@@ -221,7 +221,7 @@ w@ lda CODECCtrl,x
221
InitSound clr D.SndPrcID clear the process ID of the current sound emitter (none)
222
lda SYS1 get the byte at SYS1
223
* anda #^SYS_PSG_ST clear the stereo flag
224
- ora #SYS_PSG_ST
+ ora #SYS_PSG_ST|SYS_SID_ST
225
sta SYS1 and save it back
226
227
InitPSG pshs cc save the condition code register
0 commit comments