summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/matmania.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/matmania.h')
-rw-r--r--src/mame/includes/matmania.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/matmania.h b/src/mame/includes/matmania.h
index 981963123ae..f31b3f7c88b 100644
--- a/src/mame/includes/matmania.h
+++ b/src/mame/includes/matmania.h
@@ -45,6 +45,8 @@ public:
device_t *m_maincpu;
device_t *m_audiocpu;
device_t *m_mcu;
+ DECLARE_WRITE8_MEMBER(matmania_sh_command_w);
+ DECLARE_WRITE8_MEMBER(maniach_sh_command_w);
};
/*----------- defined in machine/maniach.c -----------*/