From 04fe34abda538014720f236f3f1efad708be70b3 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Sat, 22 Oct 2022 18:39:33 +0200 Subject: [PATCH] konami/wecleman.cpp: most of the world (including Japan) uses metric unit --- src/mame/konami/wecleman.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/konami/wecleman.cpp b/src/mame/konami/wecleman.cpp index 1d0b53baafc..3bf8802e06a 100644 --- a/src/mame/konami/wecleman.cpp +++ b/src/mame/konami/wecleman.cpp @@ -855,7 +855,8 @@ static INPUT_PORTS_START( hotchase ) // dips and defaults verified with US manual PORT_START("DSW2") /* $140015.b */ - PORT_DIPNAME( 0x01, 0x00, "Speed Unit" ) + // defaults to imperial unit for (undumped) US version + PORT_DIPNAME( 0x01, 0x01, "Speed Unit" ) PORT_DIPSETTING( 0x01, "KM" ) PORT_DIPSETTING( 0x00, "M.P.H." ) PORT_DIPNAME( 0x02, 0x02, "Motor Control" )