SMS: add modified Nuked-PSG core

This commit is contained in:
tildearrow 2022-05-26 18:46:20 -05:00
parent 0f203d1abd
commit e3ebe0cb92
10 changed files with 909 additions and 2 deletions

View file

@ -864,6 +864,7 @@ class FurnaceGUI {
int audioQuality;
int arcadeCore;
int ym2612Core;
int snCore;
int saaCore;
int nesCore;
int fdsCore;
@ -958,6 +959,7 @@ class FurnaceGUI {
audioQuality(0),
arcadeCore(0),
ym2612Core(0),
snCore(0),
saaCore(1),
nesCore(0),
fdsCore(0),