From e06d7189eb7b73f03f27f6b9fb1aac3013bf0dc1 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Thu, 26 Aug 2010 16:27:20 +0000 Subject: [PATCH] Comment fix to better explain DIPS for dkongx and clone (no whatsnew) --- src/mame/drivers/dkong.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/dkong.c b/src/mame/drivers/dkong.c index a14cf643d39..5cd919299f8 100644 --- a/src/mame/drivers/dkong.c +++ b/src/mame/drivers/dkong.c @@ -1046,7 +1046,9 @@ static INPUT_PORTS_START( dkongf ) PORT_DIPSETTING( 0x60, DEF_STR( 1C_4C ) ) INPUT_PORTS_END -static INPUT_PORTS_START( dkongx ) /* Same Inputs as DKONG while all DIPS but Cabinet are controlled via service mode */ +static INPUT_PORTS_START( dkongx ) /* Supposedly the physical DIPS are read as defaults for the NVRAM when it's initially created. + The settings here match those from the default DSW0 settings. Beyond the initial NVRAM + creation, DIPS (other than CABINET) can only be adjusted from the Service Mode */ PORT_INCLUDE( dkong ) PORT_MODIFY("DSW0")