summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/c65.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/c65.h')
-rw-r--r--src/mess/includes/c65.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mess/includes/c65.h b/src/mess/includes/c65.h
index 58a99a0fe96..e9494b4f770 100644
--- a/src/mess/includes/c65.h
+++ b/src/mess/includes/c65.h
@@ -67,6 +67,12 @@ public:
UINT32 screen_update_c65(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vic3_raster_irq);
INTERRUPT_GEN_MEMBER(c65_frame_interrupt);
+ DECLARE_READ8_MEMBER(c65_cia0_port_a_r);
+ DECLARE_READ8_MEMBER(c65_cia0_port_b_r);
+ DECLARE_WRITE8_MEMBER(c65_cia0_port_b_w);
+ DECLARE_READ8_MEMBER(c65_cia1_port_a_r);
+ DECLARE_WRITE8_MEMBER(c65_cia1_port_a_w);
+ DECLARE_WRITE_LINE_MEMBER(c65_cia1_interrupt);
};