Don't force enable POKEY sound chip

This commit is contained in:
clobber
2014-07-22 21:55:15 -05:00
parent fccfcdca60
commit c159d4ba46
3 changed files with 7 additions and 9 deletions
+2 -2
View File
@@ -107,9 +107,9 @@ void prosystem_ExecuteFrame(const byte* input) {
}
}
tia_Process(2);
//if(cartridge_pokey) {
if(cartridge_pokey) {
pokey_Process(2);
//}
}
}
prosystem_frame++;
if(prosystem_frame >= prosystem_frequency) {