SMS: add modified Nuked-PSG core
This commit is contained in:
parent
0f203d1abd
commit
e3ebe0cb92
10 changed files with 909 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue