mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Correct h/vtotals after feedback (nw)
This commit is contained in:
parent
13e7370a0f
commit
c79260fbde
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user