trunk/src/mame/drivers/seta2.c
| r242789 | r242790 | |
| 1611 | 1611 | PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) |
| 1612 | 1612 | |
| 1613 | 1613 | PORT_START("P1") // $400001.b |
| 1614 | | PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_POKER_CANCEL ) // bet cancel |
| 1615 | | PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_GAMBLE_TAKE ) // collect |
| 1616 | | PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_GAMBLE_D_UP ) // double up |
| 1617 | | PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_GAMBLE_HIGH ) PORT_NAME("Big") // big |
| 1618 | | PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_POKER_BET ) // bet |
| 1619 | | PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_GAMBLE_LOW ) PORT_NAME("Small") // small |
| 1620 | | PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_GAMBLE_DEAL ) // start |
| 1614 | PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_POKER_CANCEL ) // bet cancel |
| 1615 | PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_GAMBLE_TAKE ) // collect |
| 1616 | PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_GAMBLE_D_UP ) // double up |
| 1617 | PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_GAMBLE_HIGH ) PORT_NAME("Big") // big |
| 1618 | PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_POKER_BET ) // bet |
| 1619 | PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_GAMBLE_LOW ) PORT_NAME("Small") // small |
| 1620 | PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_GAMBLE_DEAL ) // start |
| 1621 | 1621 | PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 1622 | 1622 | |
| 1623 | 1623 | PORT_START("TICKET") // $400003.b |
| 1624 | 1624 | PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_READ_LINE_DEVICE_MEMBER("ticket", ticket_dispenser_device, line_r) // ticket sensor |
| 1625 | 1625 | PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 1626 | 1626 | PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 1627 | | PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_GAMBLE_PAYOUT ) // knock down |
| 1627 | PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_GAMBLE_PAYOUT ) PORT_NAME("Knock Down") // knock down |
| 1628 | 1628 | PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_SERVICE2 ) PORT_NAME("Ticket Clear") // ticket clear |
| 1629 | 1629 | PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_SERVICE3 ) PORT_NAME("Ticket Resume") // ticket resume |
| 1630 | 1630 | PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_GAMBLE_KEYIN ) // key in |
| r242789 | r242790 | |
| 1648 | 1648 | |
| 1649 | 1649 | static INPUT_PORTS_START( endrichs ) |
| 1650 | 1650 | PORT_INCLUDE(reelquak) |
| 1651 | |
| 1652 | PORT_MODIFY("DSW1") // $400300.w |
| 1653 | PORT_DIPNAME( 0x0001, 0x0001, "Payout Style" ) PORT_DIPLOCATION("SW1:1") |
| 1654 | PORT_DIPSETTING( 0x0001, "Normal Payout" ) |
| 1655 | PORT_DIPSETTING( 0x0000, "Ticket Payout" ) // Ticket Printer? |
| 1651 | 1656 | |
| 1652 | 1657 | PORT_MODIFY("DSW2") // $400302.w |
| 1653 | 1658 | PORT_DIPUNUSED_DIPLOC( 0x0001, IP_ACTIVE_LOW, "SW2:1" ) // DSW2 unpopulated |
| r242789 | r242790 | |
| 3207 | 3212 | |
| 3208 | 3213 | Note: |
| 3209 | 3214 | 8-Liner version of P-FG-02 (see Reel'N Quake! above) |
| 3215 | Hitting Service Mode "F2" will show Ver 1.7, but going through the diagnostic "0" |
| 3216 | Main Menu --> Test Mode --> Memory Test will show Version 1.20 |
| 3210 | 3217 | |
| 3211 | 3218 | ***************************************************************************/ |
| 3212 | 3219 | |
| r242789 | r242790 | |
| 3547 | 3554 | GAME( 1996, myangel, 0, myangel, myangel, driver_device, 0, ROT0, "MOSS / Namco", "Kosodate Quiz My Angel (Japan)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) |
| 3548 | 3555 | GAME( 1997, myangel2, 0, myangel2, myangel2, driver_device, 0, ROT0, "MOSS / Namco", "Kosodate Quiz My Angel 2 (Japan)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) |
| 3549 | 3556 | GAME( 1997, reelquak, 0, reelquak, reelquak, driver_device, 0, ROT0, "<unknown>", "Reel'N Quake! (Version 1.05)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) |
| 3550 | | GAME( 199?, endrichs, 0, reelquak, endrichs, driver_device, 0, ROT0, "E.N.Tiger", "Endless Riches (Ver 1.7)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) |
| 3557 | GAME( 199?, endrichs, 0, reelquak, endrichs, driver_device, 0, ROT0, "E.N.Tiger", "Endless Riches (Ver 1.20)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) |
| 3551 | 3558 | GAME( 1999, pzlbowl, 0, pzlbowl, pzlbowl, driver_device, 0, ROT0, "MOSS / Nihon System", "Puzzle De Bowling (Japan)", GAME_NO_COCKTAIL ) |
| 3552 | 3559 | GAME( 2000, penbros, 0, penbros, penbros, driver_device, 0, ROT0, "Subsino", "Penguin Brothers (Japan)", GAME_NO_COCKTAIL ) |
| 3553 | 3560 | GAME( 2000, namcostr, 0, namcostr, funcube, driver_device, 0, ROT0, "Namco", "Namco Stars", GAME_NO_COCKTAIL | GAME_NOT_WORKING ) |