summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/samcoupe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/samcoupe.h')
-rw-r--r--src/mess/includes/samcoupe.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mess/includes/samcoupe.h b/src/mess/includes/samcoupe.h
index 04e66933eae..3fd214317e6 100644
--- a/src/mess/includes/samcoupe.h
+++ b/src/mess/includes/samcoupe.h
@@ -86,6 +86,12 @@ public:
TIMER_CALLBACK_MEMBER(irq_off);
TIMER_CALLBACK_MEMBER(samcoupe_mouse_reset);
TIMER_CALLBACK_MEMBER(sam_video_update_callback);
+ DECLARE_READ8_MEMBER(samcoupe_lpt1_busy_r);
+ DECLARE_WRITE8_MEMBER(samcoupe_lpt1_strobe_w);
+ DECLARE_READ8_MEMBER(samcoupe_lpt2_busy_r);
+ DECLARE_WRITE8_MEMBER(samcoupe_lpt2_strobe_w);
+ DECLARE_READ8_MEMBER(samcoupe_rtc_r);
+ DECLARE_WRITE8_MEMBER(samcoupe_rtc_w);
};