summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rainbow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rainbow.h')
-rw-r--r--src/mame/includes/rainbow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/rainbow.h b/src/mame/includes/rainbow.h
index 24385692455..411d8fc7297 100644
--- a/src/mame/includes/rainbow.h
+++ b/src/mame/includes/rainbow.h
@@ -32,6 +32,8 @@ public:
device_t *m_audiocpu;
device_t *m_pc080sn;
device_t *m_pc090oj;
+ DECLARE_WRITE16_MEMBER(jumping_sound_w);
+ DECLARE_READ8_MEMBER(jumping_latch_r);
};