From da598205c24fb42fa1b889b9fec26108fe96bfd4 Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 29 Apr 2017 10:06:08 -0400 Subject: [PATCH] megatech.cpp: Fix Free Play regression --- src/mame/drivers/megatech.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)