diff options
Diffstat (limited to 'src/devices/video/clgd542x.cpp')
-rw-r--r-- | src/devices/video/clgd542x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/clgd542x.cpp b/src/devices/video/clgd542x.cpp index ad6deda2f5a..163c80ccccf 100644 --- a/src/devices/video/clgd542x.cpp +++ b/src/devices/video/clgd542x.cpp @@ -1264,7 +1264,7 @@ READ8_MEMBER(cirrus_gd5428_device::mem_r) if(vga.sequencer.data[4] & 4) { int data; - if (!machine().debugger_access()) + if (!space.debugger_access()) { vga.gc.latch[0]=vga.memory[(offset+addr) % vga.svga_intf.vram_size]; vga.gc.latch[1]=vga.memory[((offset+addr)+0x10000) % vga.svga_intf.vram_size]; |