diff options
| author | 2010-08-26 16:27:20 +0000 | |
|---|---|---|
| committer | 2010-08-26 16:27:20 +0000 | |
| commit | e06d7189eb7b73f03f27f6b9fb1aac3013bf0dc1 (patch) | |
| tree | fd52ce5cd773b5cd95ab45a540298c9f835d9722 | |
| parent | 1dc0cbbda636721265cea9e2173def249bcbbddd (diff) | |
Comment fix to better explain DIPS for dkongx and clone (no whatsnew)
| -rw-r--r-- | src/mame/drivers/dkong.c | 4 |
1 files changed, 3 insertions, 1 deletions
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") |
