mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
mikrosha: 1st char at boot more likely should be uppercase (nw)
This commit is contained in:
parent
6034a9cbd3
commit
c225578a43
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue