summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/solomon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/solomon.h')
-rw-r--r--src/mame/includes/solomon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/solomon.h b/src/mame/includes/solomon.h
index 1647ad73b9c..cd1dc2f2263 100644
--- a/src/mame/includes/solomon.h
+++ b/src/mame/includes/solomon.h
@@ -15,6 +15,9 @@ public:
tilemap_t *m_fg_tilemap;
UINT8 m_nmi_mask;
+ DECLARE_WRITE8_MEMBER(solomon_sh_command_w);
+ DECLARE_READ8_MEMBER(solomon_0xe603_r);
+ DECLARE_WRITE8_MEMBER(nmi_mask_w);
};