summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dooyong.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dooyong.c')
-rw-r--r--src/mame/drivers/dooyong.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/drivers/dooyong.c b/src/mame/drivers/dooyong.c
index 19c7dc31637..a6f981b6bb4 100644
--- a/src/mame/drivers/dooyong.c
+++ b/src/mame/drivers/dooyong.c
@@ -442,14 +442,14 @@ static INPUT_PORTS_START( dooyongm68_generic )
PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_UNKNOWN )
/*
- PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_COIN1 )
- PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_START1 )
- PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_COIN2 )
- PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_START2 )
- PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_SERVICE1 )
- PORT_BIT( 0x2000, IP_ACTIVE_LOW, IPT_UNKNOWN )
- PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_UNKNOWN )
- PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_UNKNOWN )
+ PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_COIN1 )
+ PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_START1 )
+ PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_COIN2 )
+ PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_START2 )
+ PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_SERVICE1 )
+ PORT_BIT( 0x2000, IP_ACTIVE_LOW, IPT_UNKNOWN )
+ PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_UNKNOWN )
+ PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_UNKNOWN )
*/
INPUT_PORTS_END