summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/fastfred.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-02-12 17:17:10 +0100
committer Olivier Galibert <galibert@pobox.com>2018-02-12 17:29:46 +0100
commit582f323c2dbe415c5816fbaa6bcc9bd78d1b47d2 (patch)
treec44439cf604814649c56c42f40a916fe7f60420f /src/mame/drivers/fastfred.cpp
parent20376d4d5e519c101b29faccbfba6d5e36b71ca4 (diff)
A handful of fixes (nw)
Diffstat (limited to 'src/mame/drivers/fastfred.cpp')
-rw-r--r--src/mame/drivers/fastfred.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fastfred.cpp b/src/mame/drivers/fastfred.cpp
index 8963763a77a..afb15051256 100644
--- a/src/mame/drivers/fastfred.cpp
+++ b/src/mame/drivers/fastfred.cpp
@@ -196,8 +196,8 @@ ADDRESS_MAP_START(fastfred_state::fastfred_map)
AM_RANGE(0xd860, 0xdbff) AM_RAM // Unused, but initialized
AM_RANGE(0xe000, 0xe000) AM_READ_PORT("BUTTONS") AM_WRITEONLY AM_SHARE("bgcolor")
AM_RANGE(0xe800, 0xe800) AM_READ_PORT("JOYS")
- AM_RANGE(0xf000, 0xf000) AM_READ_PORT("DSW") AM_WRITENOP
AM_RANGE(0xf000, 0xf007) AM_MIRROR(0x07f8) AM_DEVWRITE("outlatch", ls259_device, write_d0)
+ AM_RANGE(0xf000, 0xf000) AM_READ_PORT("DSW") AM_WRITENOP
AM_RANGE(0xf800, 0xf800) AM_DEVREAD("watchdog", watchdog_timer_device, reset_r) AM_DEVWRITE("soundlatch", generic_latch_8_device, write)
ADDRESS_MAP_END