Correct h/vtotals after feedback (nw)

This commit is contained in:
Angelo Salese 2020-03-20 23:06:24 +01:00 committed by GitHub
parent 13e7370a0f
commit c79260fbde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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