summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/policetr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/policetr.h')
-rw-r--r--src/mame/includes/policetr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/policetr.h b/src/mame/includes/policetr.h
index 5ac43a4eea9..2c479d61d75 100644
--- a/src/mame/includes/policetr.h
+++ b/src/mame/includes/policetr.h
@@ -30,6 +30,11 @@ public:
UINT16 m_dst_yoffs;
UINT8 m_video_latch;
UINT32 m_srcbitmap_height_mask;
+ DECLARE_WRITE32_MEMBER(control_w);
+ DECLARE_WRITE32_MEMBER(policetr_bsmt2000_reg_w);
+ DECLARE_WRITE32_MEMBER(policetr_bsmt2000_data_w);
+ DECLARE_READ32_MEMBER(bsmt2000_data_r);
+ DECLARE_WRITE32_MEMBER(speedup_w);
};