Previous 199869 Revisions Next

r40602 Sunday 6th September, 2015 at 01:52:25 UTC by Vasantha Crabb
cmast91: document Skill Stop DIP switch and Stop 1/2/3 buttons [hsialin]
[src/mame/drivers]goldstar.c

trunk/src/mame/drivers/goldstar.c
r249113r249114
17311731   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN )
17321732   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_HIGH ) PORT_NAME("Big")
17331733   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")
17381738
17391739   PORT_INCLUDE( cmv4_coins )
17401740
r249113r249114
17951795   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 */
17961796   PORT_DIPSETTING(    0x20, DEF_STR( Off ) )
17971797   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 ) )
17991801   PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) )  PORT_DIPLOCATION("DSW5:8")  /* normally Test Mode For Disp. Of Doll, but no whores in this set */
18001802   PORT_DIPSETTING(    0x80, DEF_STR( Off ) )
18011803   PORT_DIPSETTING(    0x00, DEF_STR( On ) )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team