diff options
-rw-r--r-- | src/mame/video/fmtowns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fmtowns.cpp b/src/mame/video/fmtowns.cpp index ef6515700e9..92656f62197 100644 --- a/src/mame/video/fmtowns.cpp +++ b/src/mame/video/fmtowns.cpp @@ -541,7 +541,7 @@ void towns_state::towns_update_palette() } // chasehq wants the + 8, the real hardware appears to be less consistent, revisit if other software doesn't like it if(!m_screen->vblank()) - m_screen->update_partial(m_screen->vpos() + 8); + m_screen->update_partial(m_screen->vpos() + 4); } /* Video/CRTC |