From 2422a4390e90bdc6fe52e95868793f66336b73c7 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Fri, 7 Oct 2016 10:38:49 +0100 Subject: [PATCH] use these since they exist now (nw) --- src/mame/drivers/mjsenpu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/mjsenpu.cpp b/src/mame/drivers/mjsenpu.cpp index a004d88e477..f4c585d0fcb 100644 --- a/src/mame/drivers/mjsenpu.cpp +++ b/src/mame/drivers/mjsenpu.cpp @@ -294,12 +294,12 @@ static INPUT_PORTS_START( mjsenpu ) PORT_BIT( 0xffffffc0, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_START("IN1") - PORT_BIT( 0x00000001, IP_ACTIVE_LOW, IPT_COIN1 ) // or maybe service? + PORT_BIT( 0x00000001, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_BIT( 0x00000002, IP_ACTIVE_LOW, IPT_GAMBLE_PAYOUT ) PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_READ_LINE_DEVICE_MEMBER("hopper", ticket_dispenser_device, line_r) // might be coin out - PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_SERVICE1 ) PORT_NAME("Bookkeeping") + PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK ) PORT_SERVICE_NO_TOGGLE( 0x00000010, IP_ACTIVE_LOW ) - PORT_BIT( 0x00000020, IP_ACTIVE_LOW, IPT_SERVICE2 ) PORT_NAME("Memory Clear") // clears stats in bookkeeping + PORT_BIT( 0x00000020, IP_ACTIVE_LOW, IPT_MEMORY_RESET ) // clears stats in bookkeeping PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_MAHJONG_BET ) PORT_CONDITION("DSW3", 0x08,EQUALS,0x00) PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_CONDITION("DSW3", 0x08, EQUALS, 0x08) PORT_DIPNAME( 0x00000080, 0x00000080, DEF_STR( Unknown ) ) // unused??