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

« back to all changes in this revision

Viewing changes to src/mame/drivers/nmg5.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:
496
496
        PORT_DIPUNUSED_DIPLOC( 0x1000, IP_ACTIVE_LOW, "SW2:4" )
497
497
        PORT_DIPNAME( 0x2000, 0x0000, DEF_STR( Language ) )     PORT_DIPLOCATION("SW2:3")
498
498
        PORT_DIPSETTING(      0x0000, DEF_STR( English ) )
499
 
        PORT_DIPSETTING(      0x2000, "Korean" )
 
499
        PORT_DIPSETTING(      0x2000, DEF_STR( Korean ) )
500
500
        PORT_DIPUNUSED_DIPLOC( 0x4000, IP_ACTIVE_LOW, "SW2:2" )
501
501
        PORT_DIPNAME( 0x8000, 0x8000, "Items to find" )         PORT_DIPLOCATION("SW2:1")     // See notes
502
502
        PORT_DIPSETTING(      0x0000, "Less" )
554
554
        PORT_DIPSETTING(      0x0200, "Table 3" )
555
555
        PORT_DIPSETTING(      0x0000, "Table 4" )
556
556
        PORT_DIPNAME( 0x3800, 0x3000, DEF_STR( Language ) )     PORT_DIPLOCATION("SW2:5,4,3") // See notes
557
 
//  PORT_DIPSETTING(      0x3800, "Korean" )
 
557
//  PORT_DIPSETTING(      0x3800, DEF_STR( Korean ) )
558
558
        PORT_DIPSETTING(      0x3000, DEF_STR( English ) )
559
559
        PORT_DIPSETTING(      0x2800, DEF_STR( Japanese ) )
560
 
        PORT_DIPSETTING(      0x2000, "Chinese" )
 
560
        PORT_DIPSETTING(      0x2000, DEF_STR( Chinese ) )
561
561
        PORT_DIPSETTING(      0x1800, DEF_STR( Italian ) )
562
 
        PORT_DIPSETTING(      0x1000, "Korean" )
563
 
//  PORT_DIPSETTING(      0x0800, "Korean" )
564
 
//  PORT_DIPSETTING(      0x0000, "Korean" )
 
562
        PORT_DIPSETTING(      0x1000, DEF_STR( Korean ) )
 
563
//  PORT_DIPSETTING(      0x0800, DEF_STR( Korean ) )
 
564
//  PORT_DIPSETTING(      0x0000, DEF_STR( Korean ) )
565
565
        PORT_DIPNAME( 0x4000, 0x4000, "Lucky Timer" )           PORT_DIPLOCATION("SW2:2")     // See notes
566
566
        PORT_DIPSETTING(      0x0000, "Less" )
567
567
        PORT_DIPSETTING(      0x4000, "More" )