From a87b7340abaeac50ff1014e1f9b2bd77b4364f51 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Thu, 19 Feb 2015 01:51:30 +0100 Subject: Changed port default for pc9801_86, Marble Madness refuses to believe that YM2608 can be at 0x088 for whatever reason --- src/mess/machine/pc9801_86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/machine/pc9801_86.c b/src/mess/machine/pc9801_86.c index efe188a46e6..7f9b745cf40 100644 --- a/src/mess/machine/pc9801_86.c +++ b/src/mess/machine/pc9801_86.c @@ -99,7 +99,7 @@ static INPUT_PORTS_START( pc9801_86 ) PORT_BIT( 0xc0, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_START("OPNA_DSW") - PORT_CONFNAME( 0x01, 0x00, "PC-9801-86: Port Base" ) + PORT_CONFNAME( 0x01, 0x01, "PC-9801-86: Port Base" ) PORT_CONFSETTING( 0x00, "0x088" ) PORT_CONFSETTING( 0x01, "0x188" ) INPUT_PORTS_END -- cgit v1.2.3