summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/eolith.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/eolith.h')
-rw-r--r--src/mame/includes/eolith.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/eolith.h b/src/mame/includes/eolith.h
index 3825614c21b..101b78d2428 100644
--- a/src/mame/includes/eolith.h
+++ b/src/mame/includes/eolith.h
@@ -11,6 +11,10 @@ public:
UINT32 *m_vram;
required_device<cpu_device> m_maincpu;
+ DECLARE_READ32_MEMBER(eolith_custom_r);
+ DECLARE_WRITE32_MEMBER(systemcontrol_w);
+ DECLARE_READ32_MEMBER(hidctch3_pen1_r);
+ DECLARE_READ32_MEMBER(hidctch3_pen2_r);
};