~ubuntu-branches/ubuntu/precise/mame/precise-proposed

« back to all changes in this revision

Viewing changes to src/mame/drivers/ssfindo.c

  • Committer: Package Import Robot
  • Author(s): Cesare Falco
  • Date: 2011-11-30 18:50:10 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111130185010-02hcxybht1mn082w
Tags: 0.144-0ubuntu1
* New upstream release (LP: #913550)
* mame.install:
  - Added artwork/ images to be used with -effect switch
  - Be more selective with hash/ contents
* contrib/mame.ini: added /usr/share/games/mame/artwork/ to artpath

Show diffs side-by-side

added added

removed removed

Lines of Context:
728
728
        PORT_DIPSETTING(        0x00, DEF_STR( On ) )
729
729
 
730
730
        PORT_START("IN0")
731
 
        PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_START1     ) PORT_PLAYER(1) //guess
732
 
 
 
731
        PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_START1     )  //guess
733
732
        PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_JOYSTICK_UP        ) PORT_8WAY PORT_PLAYER(1)
734
733
        PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_JOYSTICK_DOWN      ) PORT_8WAY PORT_PLAYER(1)
735
734
        PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT      ) PORT_8WAY PORT_PLAYER(1)