mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
timetrv: fix difficulty dipswitch typo
This commit is contained in:
parent
d877affabd
commit
99657d0cbf
@ -104,7 +104,7 @@ void sm530_device::op_ats()
|
||||
|
||||
void sm530_device::op_atf()
|
||||
{
|
||||
// ATS: output ACC to F
|
||||
// ATF: output ACC to F
|
||||
m_write_f(m_acc);
|
||||
}
|
||||
|
||||
|
@ -280,7 +280,7 @@ static INPUT_PORTS_START( timetrv )
|
||||
PORT_DIPSETTING( 0x0c, DEF_STR( Medium ) )
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Easy ) )
|
||||
PORT_DIPSETTING( 0x04, DEF_STR( Difficult ) )
|
||||
PORT_DIPSETTING( 0x0c, DEF_STR( Very_Difficult ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Very_Difficult ) )
|
||||
PORT_DIPNAME( 0x10, 0x10, "LaserDisc Player Protocol" ) PORT_DIPLOCATION("SW3:5")
|
||||
PORT_DIPSETTING( 0x10, "Pioneer LDV-4200" )
|
||||
PORT_DIPSETTING( 0x00, "Sony LDP-1450" )
|
||||
|
Loading…
Reference in New Issue
Block a user