NES: wire up NSFplay

no muting supported for now
see #27
This commit is contained in:
tildearrow 2022-05-01 23:20:20 -05:00
parent 7b31f6a3e5
commit cb7aa4aa05
11 changed files with 193 additions and 99 deletions

View file

@ -788,6 +788,7 @@ class FurnaceGUI {
int arcadeCore;
int ym2612Core;
int saaCore;
int nesCore;
int mainFont;
int patFont;
int audioRate;
@ -870,6 +871,7 @@ class FurnaceGUI {
arcadeCore(0),
ym2612Core(0),
saaCore(1),
nesCore(0),
mainFont(0),
patFont(0),
audioRate(44100),