summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/policetr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/policetr.cpp')
-rw-r--r--src/mame/video/policetr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/policetr.cpp b/src/mame/video/policetr.cpp
index 061308015e8..4fd79e3f28f 100644
--- a/src/mame/video/policetr.cpp
+++ b/src/mame/video/policetr.cpp
@@ -136,7 +136,7 @@ void policetr_state::render_display_list(offs_t offset)
*
*************************************/
-WRITE32_MEMBER(policetr_state::video_w)
+void policetr_state::video_w(offs_t offset, uint32_t data, uint32_t mem_mask)
{
/* 4 offsets */
switch (offset)
@@ -249,7 +249,7 @@ WRITE32_MEMBER(policetr_state::video_w)
*
*************************************/
-READ32_MEMBER(policetr_state::video_r)
+uint32_t policetr_state::video_r()
{
int inputval;
int width = m_screen->width();