diff options
author | 2021-03-25 15:07:36 -0500 | |
---|---|---|
committer | 2021-03-25 15:07:36 -0500 | |
commit | f74258cb636dc36704e66e4fe64d58db70b3f2ad (patch) | |
tree | c914de9c78ce084fe03155b0d83eafa0c8743d73 | |
parent | 2241f370c5d0d5ff811df08e68b53829f57f1f38 (diff) |
fmtowns: adjust palette change delay
-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 |