summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-04-29 10:06:08 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-04-29 10:06:08 -0400
commitda598205c24fb42fa1b889b9fec26108fe96bfd4 (patch)
treed53e2a5a30439c4eb40c0ccf841929cef4929a95
parent36b0b7264951690ea158372b096ae445b015916c (diff)
megatech.cpp: Fix Free Play regression
-rw-r--r--src/mame/drivers/megatech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/megatech.cpp b/src/mame/drivers/megatech.cpp
index eb984c92bff..bb69e9ffa70 100644
--- a/src/mame/drivers/megatech.cpp
+++ b/src/mame/drivers/megatech.cpp
@@ -679,7 +679,7 @@ static MACHINE_CONFIG_START( megatech, mtech_state )
MCFG_DEVICE_ADD("io1", CXD1095, 0)
MCFG_CXD1095_IN_PORTA_CB(IOPORT("BIOS_DSW0"))
- MCFG_CXD1095_IN_PORTB_CB(IOPORT("BIOS_DSW0"))
+ MCFG_CXD1095_IN_PORTB_CB(IOPORT("BIOS_DSW1"))
MCFG_CXD1095_OUT_PORTE_CB(WRITE8(mtech_state, cart_select_w))
MCFG_DEVICE_ADD("io2", CXD1095, 0)