summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/policetr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/policetr.cpp')
-rw-r--r--src/mame/drivers/policetr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/policetr.cpp b/src/mame/drivers/policetr.cpp
index 95f3dec346e..06844094d34 100644
--- a/src/mame/drivers/policetr.cpp
+++ b/src/mame/drivers/policetr.cpp
@@ -241,7 +241,7 @@ WRITE32_MEMBER(policetr_state::speedup_w)
*
*************************************/
-static ADDRESS_MAP_START( policetr_map, AS_PROGRAM, 32, policetr_state )
+ADDRESS_MAP_START(policetr_state::policetr_map)
AM_RANGE(0x00000000, 0x0001ffff) AM_RAM AM_SHARE("rambase")
AM_RANGE(0x00200000, 0x0020000f) AM_WRITE(policetr_video_w)
AM_RANGE(0x00400000, 0x00400003) AM_READ(policetr_video_r)
@@ -260,7 +260,7 @@ static ADDRESS_MAP_START( policetr_map, AS_PROGRAM, 32, policetr_state )
ADDRESS_MAP_END
-static ADDRESS_MAP_START( sshooter_map, AS_PROGRAM, 32, policetr_state )
+ADDRESS_MAP_START(policetr_state::sshooter_map)
AM_RANGE(0x00000000, 0x0001ffff) AM_RAM AM_SHARE("rambase")
AM_RANGE(0x00200000, 0x00200003) AM_WRITE(policetr_bsmt2000_data_w)
AM_RANGE(0x00300000, 0x00300003) AM_WRITE(policetr_palette_offset_w)