summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lb4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lb4.cpp')
-rw-r--r--src/mame/drivers/lb4.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/lb4.cpp b/src/mame/drivers/lb4.cpp
index 9ef455e507b..32b04dea804 100644
--- a/src/mame/drivers/lb4.cpp
+++ b/src/mame/drivers/lb4.cpp
@@ -136,6 +136,7 @@ void lb4_state::lb4(machine_config &config)
GFXDECODE(config, m_gfxdecode, m_palette, chars);
H46505(config, m_crtc, MASTER_CLOCK / 10);
+ m_crtc->set_screen("screen");
m_crtc->set_show_border_area(false);
m_crtc->set_char_width(8);
m_crtc->set_update_row_callback(FUNC(lb4_state::crtc_update_row), this);