Add NEC D65010G031 support
chip flag and instrument color is placeholder
This commit is contained in:
parent
aa5c3ec28a
commit
dbd1f56a10
17 changed files with 532 additions and 4 deletions
|
|
@ -2365,6 +2365,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_PONG, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"NEC D65010G031", {
|
||||
CH(DIV_SYSTEM_D65010G031, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN("Sample","chips/systems which use PCM or ADPCM samples for sound synthesis.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue