summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goldstar.h
diff options
context:
space:
mode:
author RobertoFresca <robbie@mamedev.org>2016-06-01 10:48:16 -0300
committer RobertoFresca <robbie@mamedev.org>2016-06-01 10:48:16 -0300
commit8a8b3e8b8509ba9f95c93b9497e6b01dcc418777 (patch)
tree235ab8f601386594175159149c74f76a896f387a /src/mame/includes/goldstar.h
parent7b8da666e6ffd3899233ce7e81aee9b38d58f1ce (diff)
Flaming 7 (W-4 hardware): Connected the electronic serial DS2401 device
to the proper PPI8255 (PC6) line. [Roberto Fresca]
Diffstat (limited to 'src/mame/includes/goldstar.h')
-rw-r--r--src/mame/includes/goldstar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/goldstar.h b/src/mame/includes/goldstar.h
index 06390d9ceca..161c3a9bcd5 100644
--- a/src/mame/includes/goldstar.h
+++ b/src/mame/includes/goldstar.h
@@ -162,7 +162,7 @@ public:
DECLARE_WRITE8_MEMBER(magodds_outb850_w);
DECLARE_WRITE8_MEMBER(magodds_outb860_w);
- DECLARE_WRITE8_MEMBER(fl7w4_outb801_w);
+ DECLARE_WRITE8_MEMBER(fl7w4_outb802_w);
DECLARE_WRITE8_MEMBER(system_outputa_w);
DECLARE_WRITE8_MEMBER(system_outputb_w);
DECLARE_WRITE8_MEMBER(system_outputc_w);