summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/cga.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-16 17:55:36 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-16 17:55:36 +0100
commit5f19489cd2d0cd0b65ac250ac4b76d666a50509c (patch)
treea6e8012ca6ca7b4347861c598ef6dd109b87ef36 /src/devices/bus/isa/cga.cpp
parentcc10c416de0774a9518cb839dfbd9c1ca5aaad83 (diff)
Fixes (nw)
Diffstat (limited to 'src/devices/bus/isa/cga.cpp')
-rw-r--r--src/devices/bus/isa/cga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/cga.cpp b/src/devices/bus/isa/cga.cpp
index 0adbdee5758..ef2ca006d86 100644
--- a/src/devices/bus/isa/cga.cpp
+++ b/src/devices/bus/isa/cga.cpp
@@ -258,7 +258,7 @@ static MACHINE_CONFIG_FRAGMENT( cga )
MCFG_MC6845_OUT_HSYNC_CB(WRITELINE(isa8_cga_device, hsync_changed))
MCFG_MC6845_OUT_VSYNC_CB(WRITELINE(isa8_cga_device, vsync_changed))
MCFG_MC6845_RECONFIGURE_CB(isa8_cga_device, reconfigure)
- MCFG_VIDEO_SET_SCREEN(nullptr)
+ MCFG_VIDEO_SET_SCREEN("")
MACHINE_CONFIG_END