Skip to content

Commit

Permalink
qbeebing: add missing change button
Browse files Browse the repository at this point in the history
  • Loading branch information
happppp committed Dec 10, 2024
1 parent fc5073b commit a5835c9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/mame/subsino/subsino2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
***************************************************************************/
Expand Down Expand Up @@ -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 )

0 comments on commit a5835c9

Please sign in to comment.