OPN: VGM export - good night
This commit is contained in:
parent
ab969c1da0
commit
ff0319780e
7 changed files with 1627 additions and 22 deletions
|
|
@ -1259,7 +1259,7 @@ void DivEngine::registerSystems() {
|
|||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_OPN]=new DivSysDef(
|
||||
"Yamaha YM2203 (OPN)", NULL, 0x8d, 0, 6, true, false, 0, false,
|
||||
"Yamaha YM2203 (OPN)", NULL, 0x8d, 0, 6, true, false, 0x151, false,
|
||||
{"FM 1", "FM 2", "FM 3", "PSG 1", "PSG 2", "PSG 3"},
|
||||
{"F1", "F2", "F3", "S1", "S2", "S3"},
|
||||
{DIV_CH_FM, DIV_CH_FM, DIV_CH_FM, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue