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

« back to all changes in this revision

Viewing changes to src/mame/drivers/sub.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:
336
336
        PORT_DIPSETTING(    0x10, DEF_STR( Off ) )
337
337
        PORT_DIPSETTING(    0x00, DEF_STR( On ) )
338
338
        PORT_DIPNAME( 0x20, 0x20, DEF_STR( Cabinet ) )
339
 
        PORT_DIPSETTING(    0x20, DEF_STR( Upright ) )  /* Seperate controls for each player */
 
339
        PORT_DIPSETTING(    0x20, DEF_STR( Upright ) )  /* separate controls for each player */
340
340
        PORT_DIPSETTING(    0x00, DEF_STR( Cocktail ) ) /* Controls via player 1 for both, but need to get x/y screen flip working to fully test */
341
341
        PORT_DIPNAME( 0x40, 0x40, DEF_STR( Demo_Sounds ) )
342
342
        PORT_DIPSETTING(    0x00, DEF_STR( Off ) )