Add YMZ280B support
This commit is contained in:
parent
2faf1c1d23
commit
0ae0c6f703
14 changed files with 1523 additions and 45 deletions
|
|
@ -260,6 +260,12 @@ void FurnaceGUI::initSystemPresets() {
|
|||
0
|
||||
}
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"Yamaha YMZ280B", {
|
||||
DIV_SYSTEM_YMZ280B, 64, 0, 0,
|
||||
0
|
||||
}
|
||||
));
|
||||
sysCategories.push_back(cat);
|
||||
|
||||
cat=FurnaceGUISysCategory("Wavetable","chips which use user-specified waveforms to generate sound.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue