naomi: connect C1 VMU fvor P2

This commit is contained in:
Flyinghead 2020-03-24 23:22:57 +01:00
parent 09c439bbe8
commit c098790f3b
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ void mcfg_CreateNAOMIJamma()
// Connect VMU B1
mcfg_Create(MDT_SegaController, 1, 5);
mcfg_Create(MDT_SegaVMU, 1, 0);
// Connect VMU C1
mcfg_Create(MDT_SegaController, 2, 5);
mcfg_Create(MDT_SegaVMU, 2, 0);
}
}