mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-30 08:23:01 +00:00
apply new chip ID
This commit is contained in:
parent
604a0f6a61
commit
59d9900a9e
1 changed files with 1 additions and 1 deletions
|
@ -1834,7 +1834,7 @@ void DivEngine::registerSystems() {
|
||||||
);
|
);
|
||||||
|
|
||||||
sysDefs[DIV_SYSTEM_D65010G031]=new DivSysDef(
|
sysDefs[DIV_SYSTEM_D65010G031]=new DivSysDef(
|
||||||
"NEC D65010G031", NULL, 0xfe/*placeholder*/, 0, 3, false, true, 0, false, 0,
|
"NEC D65010G031", NULL, 0xcb, 0, 3, false, true, 0, false, 0,
|
||||||
"Used at Casio PV1000, Nothing but 3 square wave channels.",
|
"Used at Casio PV1000, Nothing but 3 square wave channels.",
|
||||||
{"Channel 1", "Channel 2", "Channel 3"},
|
{"Channel 1", "Channel 2", "Channel 3"},
|
||||||
{"CH1", "CH2", "CH3"},
|
{"CH1", "CH2", "CH3"},
|
||||||
|
|
Loading…
Reference in a new issue