coming soon: reSIDfp core
This commit is contained in:
parent
de3ed24e1f
commit
c3ced46fa3
53 changed files with 7639 additions and 0 deletions
|
|
@ -1049,6 +1049,7 @@ class FurnaceGUI {
|
|||
int snCore;
|
||||
int nesCore;
|
||||
int fdsCore;
|
||||
int c64Core;
|
||||
int pcSpeakerOutMethod;
|
||||
String yrw801Path;
|
||||
String tg100Path;
|
||||
|
|
@ -1168,6 +1169,7 @@ class FurnaceGUI {
|
|||
snCore(0),
|
||||
nesCore(0),
|
||||
fdsCore(0),
|
||||
c64Core(1),
|
||||
pcSpeakerOutMethod(0),
|
||||
yrw801Path(""),
|
||||
tg100Path(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue