change Bifurcator system ID
This commit is contained in:
parent
a6357525d9
commit
ca5cf58d00
4 changed files with 4 additions and 2 deletions
|
|
@ -2092,7 +2092,7 @@ void DivEngine::registerSystems() {
|
|||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_BIFURCATOR]=new DivSysDef(
|
||||
"Bifurcator", NULL, 0xf2, 0, 4, false, true, 0, false, 0, 0, 0,
|
||||
"Bifurcator", NULL, 0xd9, 0, 4, false, true, 0, false, 0, 0, 0,
|
||||
"a fantasy sound chip using logistic map iterations to generate sound.",
|
||||
{"Channel 1", "Channel 2", "Channel 3", "Channel 4"},
|
||||
{"CH1", "CH2", "CH3", "CH4"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue