summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cbuster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cbuster.h')
-rw-r--r--src/mame/includes/cbuster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/cbuster.h b/src/mame/includes/cbuster.h
index 901a34efc61..cd6a3b62a72 100644
--- a/src/mame/includes/cbuster.h
+++ b/src/mame/includes/cbuster.h
@@ -28,6 +28,8 @@ public:
device_t *m_audiocpu;
device_t *m_deco_tilegen1;
device_t *m_deco_tilegen2;
+ DECLARE_WRITE16_MEMBER(twocrude_control_w);
+ DECLARE_READ16_MEMBER(twocrude_control_r);
};