summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2020-09-10 14:14:24 +0200
committer Dirk Best <mail@dirk-best.de>2020-09-10 14:14:24 +0200
commit30f897171a244c9db3c4529b34edc3bcc7132f13 (patch)
tree4011ce886781f85faad2050b5caa31201d4d281b /src/mame/drivers
parent31805b82a7fb14f41a02465fd09e7783a0ef0b4f (diff)
in213ae: Set screen type to LCD
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/informer_213ae.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/informer_213ae.cpp b/src/mame/drivers/informer_213ae.cpp
index 3a6fda8d876..80faaaa2a63 100644
--- a/src/mame/drivers/informer_213ae.cpp
+++ b/src/mame/drivers/informer_213ae.cpp
@@ -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();