mirror of
https://github.com/holub/mame
synced 2025-05-27 16:21:34 +03:00
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:
parent
e1d2aff4d9
commit
8d6d6b77a6
@ -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 ) )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user