bus/isa/cga.cpp: fix this regression, too (nw)

This commit is contained in:
Ivan Vangelista 2018-11-21 08:26:01 +01:00 committed by GitHub
parent f03aae98fd
commit 83f7ca8848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@ MACHINE_CONFIG_START(isa8_cga_device::device_add_mconfig)
MCFG_PALETTE_ADD("palette", /* CGA_PALETTE_SETS * 16*/ 65536 )
MC6845(config, m_crtc, XTAL(14'318'181)/16);
m_crtc->set_screen(m_screen);
m_crtc->set_screen(nullptr);
m_crtc->set_show_border_area(false);
m_crtc->set_char_width(8);
m_crtc->set_update_row_callback(FUNC(isa8_cga_device::crtc_update_row), this);