The default DIP for this game has the "FULL TESTS" switched ON .

This DIFF simply changes the default state to "OFF", allowing 
you to play the game and fixing MT Bug #3196.

tafoid@yahoo.com
This commit is contained in:
Aaron Giles 2009-05-25 01:19:29 +00:00
parent e1d2aff4d9
commit 8d6d6b77a6

View File

@ -1729,7 +1729,7 @@ static INPUT_PORTS_START( daisyari )
PORT_DIPNAME( 0x40, 0x00, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x40, DEF_STR( On ) )
PORT_DIPNAME( 0x80, 0x00, "Full Tests" )
PORT_DIPNAME( 0x80, 0x80, "Full Tests" )
PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )