summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/groundfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/groundfx.h')
-rw-r--r--src/mame/includes/groundfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/groundfx.h b/src/mame/includes/groundfx.h
index 3211364b61b..db6b6fbfd4c 100644
--- a/src/mame/includes/groundfx.h
+++ b/src/mame/includes/groundfx.h
@@ -59,7 +59,7 @@ private:
void rotate_control_w(offs_t offset, u16 data);
void motor_control_w(u32 data);
- DECLARE_READ32_MEMBER(irq_speedup_r);
+ u32 irq_speedup_r();
DECLARE_READ_LINE_MEMBER(frame_counter_r);
void coin_word_w(u8 data);
u32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);