Add game.com preset
This commit is contained in:
parent
8ce3718518
commit
eacfbd6e3e
|
@ -256,6 +256,11 @@ void FurnaceGUI::initSystemPresets() {
|
||||||
CH(DIV_SYSTEM_POKEMINI, 0.5f, 0, "")
|
CH(DIV_SYSTEM_POKEMINI, 0.5f, 0, "")
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
ENTRY(
|
||||||
|
"Tiger Game.com", {
|
||||||
|
CH(DIV_SYSTEM_SM8521, 1.0f, 0, "")
|
||||||
|
}
|
||||||
|
);
|
||||||
CATEGORY_END;
|
CATEGORY_END;
|
||||||
|
|
||||||
CATEGORY_BEGIN("Computers","let's get to work on chiptune today.");
|
CATEGORY_BEGIN("Computers","let's get to work on chiptune today.");
|
||||||
|
|
Loading…
Reference in a new issue