diff options
| author | 2011-12-14 21:33:51 +0000 | |
|---|---|---|
| committer | 2011-12-14 21:33:51 +0000 | |
| commit | f0649b4e222ca5d27920c589491f3793ed78c844 (patch) | |
| tree | d1baf0487de78217f93dc7272b3972173501ce54 /src/emu/video/pc_vga.c | |
| parent | f1103768b5b338d12e5c0e4605ef4cc40a73820b (diff) | |
cleanups and version bumpmame0144u3
Diffstat (limited to 'src/emu/video/pc_vga.c')
| -rw-r--r-- | src/emu/video/pc_vga.c | 2 |
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) { |
