mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
mikrosha: 1st char at boot more likely should be uppercase (nw)
This commit is contained in:
parent
6034a9cbd3
commit
c225578a43
@ -225,6 +225,7 @@ void mikrosha_state::mikrosha(machine_config &config)
|
||||
|
||||
I8255(config, m_ppi8255_2);
|
||||
m_ppi8255_2->out_pb_callback().set(FUNC(mikrosha_state::mikrosha_8255_font_page_w));
|
||||
m_ppi8255_2->tri_pb_callback().set_constant(0);
|
||||
|
||||
i8275_device &i8275(I8275(config, "i8275", XTAL(16'000'000) / 12));
|
||||
i8275.set_character_width(6);
|
||||
|
Loading…
Reference in New Issue
Block a user