Add game.com preset

This commit is contained in:
cam900 2023-03-05 14:05:59 +09:00
parent 8ce3718518
commit eacfbd6e3e
1 changed files with 5 additions and 0 deletions

View File

@ -256,6 +256,11 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_POKEMINI, 0.5f, 0, "")
}
);
ENTRY(
"Tiger Game.com", {
CH(DIV_SYSTEM_SM8521, 1.0f, 0, "")
}
);
CATEGORY_END;
CATEGORY_BEGIN("Computers","let's get to work on chiptune today.");