summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mugsmash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mugsmash.h')
-rw-r--r--src/mame/includes/mugsmash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/mugsmash.h b/src/mame/includes/mugsmash.h
index 08f52cf0e36..d2110bc1dca 100644
--- a/src/mame/includes/mugsmash.h
+++ b/src/mame/includes/mugsmash.h
@@ -16,6 +16,8 @@ public:
device_t *m_maincpu;
device_t *m_audiocpu;
+ DECLARE_WRITE16_MEMBER(mugsmash_reg2_w);
+ DECLARE_READ16_MEMBER(mugsmash_input_ports_r);
};