From 356f4ef52cb4c8de5bf51786d811483acb00f813 Mon Sep 17 00:00:00 2001 From: Sasuke <58130089+sasuke-arcade@users.noreply.github.com> Date: Sun, 31 May 2020 00:08:17 +0900 Subject: [PATCH] armedf : Fixed the resolution difference from PCB. (Testers-07640) --- src/mame/drivers/armedf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/armedf.cpp b/src/mame/drivers/armedf.cpp index 686b7692f00..5f61f9c4097 100644 --- a/src/mame/drivers/armedf.cpp +++ b/src/mame/drivers/armedf.cpp @@ -1206,7 +1206,7 @@ void armedf_state::armedf(machine_config &config) audiocpu.set_addrmap(AS_IO, &armedf_state::sound_portmap); audiocpu.set_periodic_int(FUNC(armedf_state::irq0_line_hold), attotime::from_hz(XTAL(8'000'000)/2/512)); // ? - video_config(config, 12, 16, 240); + video_config(config, 12, 8, 248); MCFG_VIDEO_START_OVERRIDE(armedf_state,armedf) /* sound hardware */