summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-09-09 20:08:49 +0200
committer GitHub <noreply@github.com>2018-09-09 20:08:49 +0200
commitce70ba67f5fa9991141f7d0ca3878b81e3f408ac (patch)
tree8c5e93516b8cd3646a1019baece4524c2585e7eb
parenta68028a3bb1b0bfdd29088427205bc140ea97e77 (diff)
mlanding.cpp: fixed my typo, thanks MASH for spotting it (nw)
-rw-r--r--src/mame/drivers/mlanding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mlanding.cpp b/src/mame/drivers/mlanding.cpp
index 0aa89517c9f..0d2278a7981 100644
--- a/src/mame/drivers/mlanding.cpp
+++ b/src/mame/drivers/mlanding.cpp
@@ -977,7 +977,7 @@ void mlanding_state::mlanding(machine_config &config)
screen_device &screen(SCREEN(config, "screen", SCREEN_TYPE_RASTER));
// Estimated
- screen.set_raw(216000000, 640, 0, 512, 462, 0, 400);
+ screen.set_raw(16000000, 640, 0, 512, 462, 0, 400);
screen.set_screen_update(FUNC(mlanding_state::screen_update));
screen.set_palette(m_palette);