Merge branch 'master' of https://github.com/tildearrow/furnace into k007232
This commit is contained in:
commit
441ad05484
63 changed files with 617 additions and 718 deletions
|
|
@ -216,6 +216,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
)
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Pokémon Mini", {
|
||||
CH(DIV_SYSTEM_POKEMINI, 32, 0, "")
|
||||
}
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN("Computers","let's get to work on chiptune today.");
|
||||
|
|
@ -1079,6 +1084,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_PCSPKR, 32, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Pokémon Mini", {
|
||||
CH(DIV_SYSTEM_POKEMINI, 32, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Commodore VIC", {
|
||||
CH(DIV_SYSTEM_VIC20, 64, 0, "clockSel=1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue