Merge branch 'snes' of https://github.com/akumanatt/furnace into akumanatt-snes
This commit is contained in:
commit
c0de45ff0c
19 changed files with 2616 additions and 70 deletions
|
|
@ -356,7 +356,13 @@ void FurnaceGUI::initSystemPresets() {
|
|||
DIV_SYSTEM_MSM6295, 64, 0, 0,
|
||||
0
|
||||
}
|
||||
));
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"SNES", {
|
||||
DIV_SYSTEM_SNES, 64, 0, 0,
|
||||
0
|
||||
}
|
||||
));
|
||||
sysCategories.push_back(cat);
|
||||
|
||||
cat=FurnaceGUISysCategory("Wavetable","chips which use user-specified waveforms to generate sound.");
|
||||
|
|
@ -644,6 +650,12 @@ void FurnaceGUI::initSystemPresets() {
|
|||
0
|
||||
}
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"SNES", {
|
||||
DIV_SYSTEM_SNES, 64, 0, 0,
|
||||
0
|
||||
}
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"Mattel Intellivision", {
|
||||
DIV_SYSTEM_AY8910, 64, 0, 48,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue