mlanding.cpp: fixed my typo, thanks MASH for spotting it (nw)

This commit is contained in:
Ivan Vangelista 2018-09-09 20:08:49 +02:00 committed by GitHub
parent a68028a3bb
commit ce70ba67f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);