mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
e78dcd711f
@ -137,6 +137,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);
|
||||
|
Loading…
Reference in New Issue
Block a user