summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/h63484.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/h63484.c')
-rw-r--r--src/emu/video/h63484.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/h63484.c b/src/emu/video/h63484.c
index edacced60b6..8ba7d562ff8 100644
--- a/src/emu/video/h63484.c
+++ b/src/emu/video/h63484.c
@@ -15,7 +15,7 @@
#define FIFO_LOG 0
// default address map
-static ADDRESS_MAP_START( h63484_vram, AS_0, 8 )
+static ADDRESS_MAP_START( h63484_vram, AS_0, 8, h63484_device )
AM_RANGE(0x00000, 0x7ffff) AM_RAM
AM_RANGE(0x80000, 0xfffff) AM_NOP
ADDRESS_MAP_END