summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/bogeyman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bogeyman.cpp')
-rw-r--r--src/mame/drivers/bogeyman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bogeyman.cpp b/src/mame/drivers/bogeyman.cpp
index 3eb6467e7bd..8c10a6efd21 100644
--- a/src/mame/drivers/bogeyman.cpp
+++ b/src/mame/drivers/bogeyman.cpp
@@ -48,7 +48,7 @@ WRITE8_MEMBER(bogeyman_state::ay8910_control_w)
/* Memory Map */
-static ADDRESS_MAP_START( bogeyman_map, AS_PROGRAM, 8, bogeyman_state )
+ADDRESS_MAP_START(bogeyman_state::bogeyman_map)
AM_RANGE(0x0000, 0x17ff) AM_RAM
AM_RANGE(0x1800, 0x1bff) AM_RAM_WRITE(videoram2_w) AM_SHARE("videoram2")
AM_RANGE(0x1c00, 0x1fff) AM_RAM_WRITE(colorram2_w) AM_SHARE("colorram2")