summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pp01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/pp01.h')
-rw-r--r--src/mess/includes/pp01.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mess/includes/pp01.h b/src/mess/includes/pp01.h
index 6345d44fa49..b4a6e9fdc14 100644
--- a/src/mess/includes/pp01.h
+++ b/src/mess/includes/pp01.h
@@ -34,6 +34,14 @@ public:
virtual void video_start();
virtual void palette_init();
UINT32 screen_update_pp01(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ DECLARE_WRITE_LINE_MEMBER(pp01_pit_out0);
+ DECLARE_WRITE_LINE_MEMBER(pp01_pit_out1);
+ DECLARE_READ8_MEMBER(pp01_8255_porta_r);
+ DECLARE_WRITE8_MEMBER(pp01_8255_porta_w);
+ DECLARE_READ8_MEMBER(pp01_8255_portb_r);
+ DECLARE_WRITE8_MEMBER(pp01_8255_portb_w);
+ DECLARE_WRITE8_MEMBER(pp01_8255_portc_w);
+ DECLARE_READ8_MEMBER(pp01_8255_portc_r);
};