0.6pre1 - introduce the final changes
- implement E1xy/E2xy Defle bug when using same note twice - add SNK Touchdown Fever preset - update README.md and to-do list - update credits thank you for your patience! see you in 0.6pre1.5 coming soon...
This commit is contained in:
parent
6a35258e9b
commit
a8a38dce2b
14 changed files with 222 additions and 91 deletions
|
|
@ -1808,6 +1808,34 @@ void FurnaceGUI::initSystemPresets() {
|
|||
0
|
||||
}
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"SNK Touchdown Fever", {
|
||||
DIV_SYSTEM_OPL, 64, 0, 2,
|
||||
DIV_SYSTEM_Y8950, 64, 0, 2,
|
||||
0
|
||||
}
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"SNK Touchdown Fever (drums mode on OPL)", {
|
||||
DIV_SYSTEM_OPL_DRUMS, 64, 0, 2,
|
||||
DIV_SYSTEM_Y8950, 64, 0, 2,
|
||||
0
|
||||
}
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"SNK Touchdown Fever (drums mode on Y8950)", {
|
||||
DIV_SYSTEM_OPL, 64, 0, 2,
|
||||
DIV_SYSTEM_Y8950_DRUMS, 64, 0, 2,
|
||||
0
|
||||
}
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"SNK Touchdown Fever (drums mode on OPL and Y8950)", {
|
||||
DIV_SYSTEM_OPL_DRUMS, 64, 0, 2,
|
||||
DIV_SYSTEM_Y8950_DRUMS, 64, 0, 2,
|
||||
0
|
||||
}
|
||||
));
|
||||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"Alpha denshi Alpha-68K", {
|
||||
DIV_SYSTEM_OPN, 64, 0, 3, // 3MHz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue