diff options
author | 2015-04-13 18:37:50 +1200 | |
---|---|---|
committer | 2015-04-13 18:39:05 +1200 | |
commit | e8cbf323c4b38bed73459936b54632de9a4350aa (patch) | |
tree | aa87ba8a0268889cd7772d344a28fbc5038fe7b3 /src/emu/bus/isa/svga_cirrus.h | |
parent | 5330751a3d8bb070b53a66daf16ca3c7bd718672 (diff) |
pc_vga: split Cirrus Logic SVGA devices into separate GD5428 and GD5430 devices. No differences between them yet, other than chip ID.
Diffstat (limited to 'src/emu/bus/isa/svga_cirrus.h')
-rw-r--r-- | src/emu/bus/isa/svga_cirrus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/isa/svga_cirrus.h b/src/emu/bus/isa/svga_cirrus.h index 099c00eeb6c..c5f60d89fc3 100644 --- a/src/emu/bus/isa/svga_cirrus.h +++ b/src/emu/bus/isa/svga_cirrus.h @@ -31,7 +31,7 @@ protected: virtual void device_start(); virtual void device_reset(); private: - cirrus_vga_device *m_vga; + cirrus_gd5430_device *m_vga; }; |