summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/gp32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/gp32.h')
-rw-r--r--src/mess/includes/gp32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mess/includes/gp32.h b/src/mess/includes/gp32.h
index 7e09a05cdd5..645e62c0fd2 100644
--- a/src/mess/includes/gp32.h
+++ b/src/mess/includes/gp32.h
@@ -164,6 +164,11 @@ public:
virtual void machine_start();
virtual void machine_reset();
UINT32 screen_update_gp32(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ TIMER_CALLBACK_MEMBER(s3c240x_lcd_timer_exp);
+ TIMER_CALLBACK_MEMBER(s3c240x_pwm_timer_exp);
+ TIMER_CALLBACK_MEMBER(s3c240x_dma_timer_exp);
+ TIMER_CALLBACK_MEMBER(s3c240x_iic_timer_exp);
+ TIMER_CALLBACK_MEMBER(s3c240x_iis_timer_exp);
};