summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flstory.h
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2017-09-19 00:27:25 +0200
committer angelosa <salese_corp_ltd@email.it>2017-09-19 00:27:25 +0200
commit6b1f20b609fac577da6d51f8ec9a293800161cf4 (patch)
tree1dd05b7c5915279647e65287d443c7774778db9a /src/mame/includes/flstory.h
parentd387399e5d3aa4e4422348089c1d1f7e544ad33d (diff)
flstory.cpp: merged memory maps, and fixed gfx bank default (fixes Onna Sanshirou POST messages) [Angelo Salese]
Diffstat (limited to 'src/mame/includes/flstory.h')
-rw-r--r--src/mame/includes/flstory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/flstory.h b/src/mame/includes/flstory.h
index 8a26896c707..13073d6b57b 100644
--- a/src/mame/includes/flstory.h
+++ b/src/mame/includes/flstory.h
@@ -62,6 +62,7 @@ public:
required_device<input_merger_device> m_soundnmi;
DECLARE_READ8_MEMBER(snd_flag_r);
+ DECLARE_WRITE8_MEMBER(snd_reset_w);
DECLARE_READ8_MEMBER(flstory_mcu_status_r);
DECLARE_WRITE8_MEMBER(victnine_mcu_w);
DECLARE_READ8_MEMBER(victnine_mcu_r);