summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ac1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/ac1.h')
-rw-r--r--src/mess/includes/ac1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mess/includes/ac1.h b/src/mess/includes/ac1.h
index d95d5134d53..ea327d8ddb7 100644
--- a/src/mess/includes/ac1.h
+++ b/src/mess/includes/ac1.h
@@ -22,6 +22,10 @@ public:
virtual void video_start();
UINT32 screen_update_ac1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_ac1_32(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ DECLARE_READ8_MEMBER(ac1_port_b_r);
+ DECLARE_READ8_MEMBER(ac1_port_a_r);
+ DECLARE_WRITE8_MEMBER(ac1_port_a_w);
+ DECLARE_WRITE8_MEMBER(ac1_port_b_w);
};