Renaming new POKEY core to AltASAP. Added core selection.

This commit is contained in:
Waldemar Pawlaszek 2022-12-22 22:40:29 +01:00
parent 3a94a7acde
commit 4a7e76c448
8 changed files with 71 additions and 23 deletions

View file

@ -1177,6 +1177,7 @@ class FurnaceGUI {
int nesCore;
int fdsCore;
int c64Core;
int pokeyCore;
int pcSpeakerOutMethod;
String yrw801Path;
String tg100Path;
@ -1309,6 +1310,7 @@ class FurnaceGUI {
nesCore(0),
fdsCore(0),
c64Core(1),
pokeyCore(0),
pcSpeakerOutMethod(0),
yrw801Path(""),
tg100Path(""),