summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos22.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-10-01 20:35:48 +0200
committer hap <happppp@users.noreply.github.com>2018-10-01 20:36:03 +0200
commitca4325aed12f4ea6581253b713c3dc4faa6ced13 (patch)
tree66d6ea9c38599d5b24a54fe1bc4004cb96970eaf /src/mame/includes/namcos22.h
parent25c2e30707d81e63f565bba0d02f564e834952e9 (diff)
namcos22: fix possible array out of bounds reads at simulate_slavedsp (nw)
Diffstat (limited to 'src/mame/includes/namcos22.h')
-rw-r--r--src/mame/includes/namcos22.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/namcos22.h b/src/mame/includes/namcos22.h
index 899dc2a0c6a..d05ff6ade3c 100644
--- a/src/mame/includes/namcos22.h
+++ b/src/mame/includes/namcos22.h
@@ -333,6 +333,7 @@ private:
DECLARE_READ16_MEMBER(dsp_slave_portb_r);
DECLARE_WRITE16_MEMBER(dsp_slave_portb_w);
DECLARE_READ32_MEMBER(namcos22_sci_r);
+ DECLARE_WRITE32_MEMBER(namcos22_sci_w);
DECLARE_READ8_MEMBER(namcos22_system_controller_r);
DECLARE_WRITE8_MEMBER(namcos22s_system_controller_w);
DECLARE_WRITE8_MEMBER(namcos22_system_controller_w);