summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2012-05-04 12:26:48 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2012-05-04 12:26:48 +0000
commit5bae0429db5666fafebd8477c881d23290d07b09 (patch)
tree262fa1e325f711399e5dca37fc06168741971865 /src
parent9c1e1b5c95bcb4699717848b8761bf67f55ac0ea (diff)
Fix regression with Chance Kun
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/timeplt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/timeplt.c b/src/mame/drivers/timeplt.c
index 6f9e99c9bf0..65bbd8d47fe 100644
--- a/src/mame/drivers/timeplt.c
+++ b/src/mame/drivers/timeplt.c
@@ -377,10 +377,10 @@ static INPUT_PORTS_START( chkun )
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) )
+ PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) ) // debug mode
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) )
+ PORT_DIPNAME( 0x80, 0x00, DEF_STR( Unknown ) ) // Freeze?
PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )