summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gb.h')
-rw-r--r--src/mame/includes/gb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gb.h b/src/mame/includes/gb.h
index a00f34824bd..dd715923f38 100644
--- a/src/mame/includes/gb.h
+++ b/src/mame/includes/gb.h
@@ -82,7 +82,7 @@ public:
DECLARE_MACHINE_START(gbc);
DECLARE_MACHINE_RESET(gbc);
void gbc_palette(palette_device &palette) const;
- DECLARE_WRITE8_MEMBER(gb_timer_callback);
+ void gb_timer_callback(uint8_t data);
DECLARE_READ8_MEMBER(gb_cart_r);
DECLARE_READ8_MEMBER(gbc_cart_r);