summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/clgd542x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/clgd542x.cpp')
-rw-r--r--src/devices/video/clgd542x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/clgd542x.cpp b/src/devices/video/clgd542x.cpp
index 47b91c8743a..f9bdf1a288a 100644
--- a/src/devices/video/clgd542x.cpp
+++ b/src/devices/video/clgd542x.cpp
@@ -78,7 +78,7 @@ void cirrus_gd5428_device::device_start()
vga.crtc.maximum_scan_line = 1;
// copy over interfaces
- vga.read_dipswitch = read8_delegate(); //read_dipswitch;
+ vga.read_dipswitch.set(nullptr); //read_dipswitch;
vga.svga_intf.seq_regcount = 0x1f;
vga.svga_intf.crtc_regcount = 0x2d;
vga.svga_intf.vram_size = 0x200000;