SAA1099: remove MAME core
closes #529 the MAME core is inaccurate. it doesn't emulate envelope too well.
This commit is contained in:
parent
ed9cd1ebe0
commit
6dc408d99c
5 changed files with 7 additions and 91 deletions
|
|
@ -873,7 +873,6 @@ class FurnaceGUI {
|
|||
int arcadeCore;
|
||||
int ym2612Core;
|
||||
int snCore;
|
||||
int saaCore;
|
||||
int nesCore;
|
||||
int fdsCore;
|
||||
int pcSpeakerOutMethod;
|
||||
|
|
@ -974,7 +973,6 @@ class FurnaceGUI {
|
|||
arcadeCore(0),
|
||||
ym2612Core(0),
|
||||
snCore(0),
|
||||
saaCore(1),
|
||||
nesCore(0),
|
||||
fdsCore(0),
|
||||
pcSpeakerOutMethod(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue