From d2567982daff754f0e5a6fc3666f1288a56e5909 Mon Sep 17 00:00:00 2001 From: smf- Date: Sun, 22 Apr 2012 07:36:19 +0000 Subject: [PATCH] fixed build --- src/mame/drivers/sangho.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/sangho.c b/src/mame/drivers/sangho.c index b1debe69216..97a0b56b286 100644 --- a/src/mame/drivers/sangho.c +++ b/src/mame/drivers/sangho.c @@ -310,7 +310,7 @@ static INPUT_PORTS_START( sexyboom ) PORT_DIPNAME( 0x40, 0x00, "Display Numbers on Tiles" ) PORT_DIPLOCATION("SW1:2") /* As per manual */ PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x40, DEF_STR( On ) ) - PORT_BIT( 0x80, , IPT_COIN1 ) + PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 ) INPUT_PORTS_END