summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/megadrive/md_slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/megadrive/md_slot.c')
-rw-r--r--src/emu/bus/megadrive/md_slot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/megadrive/md_slot.c b/src/emu/bus/megadrive/md_slot.c
index dd9bd986c36..5cc2c124ecb 100644
--- a/src/emu/bus/megadrive/md_slot.c
+++ b/src/emu/bus/megadrive/md_slot.c
@@ -384,7 +384,7 @@ int base_md_cart_slot_device::load_list()
m_type = md_get_pcb_id(slot_name);
// handle mirroring of ROM, unless it's SSF2 or Pier Solar
- if (m_type != SSF2 && m_type != PSOLAR)
+ if (m_type != SSF2 && m_type != PSOLAR && m_type != CM_2IN1)
m_cart->rom_map_setup(length);
return IMAGE_INIT_PASS;