From a5835c9d350bb5f24ff2e5b0d5fb0d50f287a413 Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 10 Dec 2024 20:07:53 +0100 Subject: [PATCH] qbeebing: add missing change button --- src/mame/subsino/subsino2.cpp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/mame/subsino/subsino2.cpp b/src/mame/subsino/subsino2.cpp index 3535f6976dc..b28ee4f4182 100644 --- a/src/mame/subsino/subsino2.cpp +++ b/src/mame/subsino/subsino2.cpp @@ -1689,6 +1689,17 @@ static INPUT_PORTS_START( queenbee ) PORT_DIPSETTING( 0x00, "Fruit Holders" ) INPUT_PORTS_END +/*************************************************************************** + Queen Bee Bingo +***************************************************************************/ + +static INPUT_PORTS_START( qbeebing ) + PORT_INCLUDE( humlan ) + + PORT_MODIFY("IN-A") + PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_POKER_CANCEL ) PORT_NAME("Change") +INPUT_PORTS_END + /*************************************************************************** Express Card / Top Card ***************************************************************************/ @@ -4017,6 +4028,6 @@ GAME( 2002, xreel, queenbee, humlan, humlan, subsino2_state, empty_ini GAME( 2002, squeenb, 0, humlan, humlan, subsino2_state, empty_init, ROT0, "Subsino", "Super Queen Bee (Ver. 101)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS ) // severe timing issues -GAME( 2003, qbeebing, 0, humlan, humlan, subsino2_state, empty_init, ROT0, "Subsino", "Queen Bee Bingo", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS ) +GAME( 2003, qbeebing, 0, humlan, qbeebing, subsino2_state, empty_init, ROT0, "Subsino", "Queen Bee Bingo", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS ) GAME( 200?, treamary, 0, bishjan, bishjan, subsino2_state, empty_init, ROT0, "Subsino", "Treasure Mary", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS )