add OPN chip
pretty much copy-paste from YM2610B code next up: even more blatant copy-paste in 2608
This commit is contained in:
parent
431b6b5957
commit
ab969c1da0
8 changed files with 1329 additions and 1 deletions
|
|
@ -439,6 +439,12 @@ void FurnaceGUI::initSystemPresets() {
|
|||
0
|
||||
}
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"NEC PC-98 (with PC-9801-26K)", {
|
||||
DIV_SYSTEM_OPN, 64, 0, 3,
|
||||
0
|
||||
}
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"ZX Spectrum (48K)", {
|
||||
DIV_SYSTEM_AY8910, 64, 0, 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue