mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
in213ae: Set screen type to LCD
This commit is contained in:
parent
31805b82a7
commit
30f897171a
@ -171,7 +171,7 @@ void informer_213ae_state::informer_213ae(machine_config &config)
|
||||
SCC8530N(config, m_scc, 0); // unknown clock
|
||||
|
||||
// video
|
||||
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);
|
||||
SCREEN(config, m_screen, SCREEN_TYPE_LCD);
|
||||
m_screen->set_color(rgb_t::amber());
|
||||
m_screen->set_size(480, 234);
|
||||
m_screen->set_visarea_full();
|
||||
|
Loading…
Reference in New Issue
Block a user