summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/pc_vga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/pc_vga.c')
-rw-r--r--src/emu/video/pc_vga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/pc_vga.c b/src/emu/video/pc_vga.c
index ff701524990..8064673a39c 100644
--- a/src/emu/video/pc_vga.c
+++ b/src/emu/video/pc_vga.c
@@ -958,7 +958,7 @@ void pc_vga_init(running_machine &machine, const struct pc_vga_interface *vga_in
memset(vga.gc.data, '\0', vga.svga_intf.gc_regcount);
buswidth = downcast<legacy_cpu_device *>(machine.firstcpu)->space_config(AS_PROGRAM)->m_databus_width;
-// mem_space = machine.firstcpu->memory().space(vga.vga_intf.mem_addressspace);
+// mem_space = machine.firstcpu->memory().space(vga.vga_intf.mem_addressspace);
io_space = machine.firstcpu->memory().space(vga.vga_intf.port_addressspace);
switch(buswidth)
{