From c098790f3b3be533ed1007296a3d933c602c6fc8 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Tue, 24 Mar 2020 23:22:57 +0100 Subject: [PATCH] naomi: connect C1 VMU fvor P2 --- core/hw/maple/maple_cfg.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/hw/maple/maple_cfg.cpp b/core/hw/maple/maple_cfg.cpp index 4a5160177..7ee6b220c 100644 --- a/core/hw/maple/maple_cfg.cpp +++ b/core/hw/maple/maple_cfg.cpp @@ -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); } }