timetrv: fix difficulty dipswitch typo

This commit is contained in:
hap 2022-04-06 21:25:02 +02:00
parent d877affabd
commit 99657d0cbf
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -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" )