summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/tms9928a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/tms9928a.c')
-rw-r--r--src/emu/video/tms9928a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/tms9928a.c b/src/emu/video/tms9928a.c
index 4702e6f028a..491fa45174f 100644
--- a/src/emu/video/tms9928a.c
+++ b/src/emu/video/tms9928a.c
@@ -619,7 +619,7 @@ void tms9928a_device::device_start()
m_irq_changed.resolve( m_out_int_line, *this );
// Video RAM is allocated as an own address space
- m_vram_space = space(AS_DATA);
+ m_vram_space = &space(AS_DATA);
/* back bitmap */
m_tmpbmp.allocate(TMS9928A_TOTAL_HORZ, TMS9928A_TOTAL_VERT_PAL);