trunk/src/mame/drivers/goldstar.c
r249113 | r249114 | |
1731 | 1731 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
1732 | 1732 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_HIGH ) PORT_NAME("Big") |
1733 | 1733 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_GAMBLE_D_UP ) |
1734 | | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_GAMBLE_TAKE ) |
1735 | | PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_GAMBLE_BET ) |
1736 | | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_GAMBLE_LOW ) PORT_NAME("Small / Info") |
1737 | | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("Start") |
| 1734 | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_SLOT_STOP1 ) PORT_NAME("Stop 1 / Take") |
| 1735 | PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_SLOT_STOP2 ) PORT_NAME("Stop 2 / Bet" ) |
| 1736 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_SLOT_STOP3 ) PORT_NAME("Stop 3 / Small / Info") |
| 1737 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("Start / Stop All") |
1738 | 1738 | |
1739 | 1739 | PORT_INCLUDE( cmv4_coins ) |
1740 | 1740 | |
r249113 | r249114 | |
1795 | 1795 | PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW5:6") /* normally Display Of Doll At All Fr. Bonus, but no whores in this set */ |
1796 | 1796 | PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) |
1797 | 1797 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
1798 | | /* DSW5-7 listed as unused */ |
| 1798 | PORT_DIPNAME( 0x40, 0x40, "Skill Stop" ) PORT_DIPLOCATION("DSW5:7") /* OK */ |
| 1799 | PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) |
| 1800 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
1799 | 1801 | PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW5:8") /* normally Test Mode For Disp. Of Doll, but no whores in this set */ |
1800 | 1802 | PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) |
1801 | 1803 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |