diff options
-rw-r--r-- | src/mame/sinclair/spec128.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sinclair/spec128.cpp b/src/mame/sinclair/spec128.cpp index 5c775279d49..a00cef71087 100644 --- a/src/mame/sinclair/spec128.cpp +++ b/src/mame/sinclair/spec128.cpp @@ -168,7 +168,7 @@ void spectrum_128_state::video_start() { spectrum_state::video_start(); m_screen_location = m_ram->pointer() + (5 << 14); - m_border4t_render_at = 6; + m_border4t_render_at = 5; } uint8_t spectrum_128_state::spectrum_128_pre_opcode_fetch_r(offs_t offset) |