From c79260fbde8714a1c2292b5f5b2e297a93d4d14a Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Fri, 20 Mar 2020 23:06:24 +0100 Subject: Correct h/vtotals after feedback (nw) --- src/mame/drivers/taito_z.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/taito_z.cpp b/src/mame/drivers/taito_z.cpp index c75efe81ff2..a212deb7502 100644 --- a/src/mame/drivers/taito_z.cpp +++ b/src/mame/drivers/taito_z.cpp @@ -3166,7 +3166,7 @@ void taitoz_state::screen_config(machine_config &config, int vdisp_start, int vd // contcirc and enforce uses a narrower visible area (checked via service mode), // confirm if they outputs the same syncs. SCREEN(config, m_screen, SCREEN_TYPE_RASTER); - m_screen->set_raw(XTAL(26'686'000)/4, 426, 0, 320, 261, vdisp_start, vdisp_end); + m_screen->set_raw(XTAL(26'686'000)/4, 424, 0, 320, 262, vdisp_start, vdisp_end); } void taitoz_state::contcirc(machine_config &config) -- cgit v1.2.3