diff options
author | 2022-08-05 12:17:17 -0400 | |
---|---|---|
committer | 2022-08-06 02:17:17 +1000 | |
commit | 3e84fa0dd36decd7c31547eafb490b7023c22694 (patch) | |
tree | 4e7e02d3125def1fb8f1ece560cd5055d9ecf6bc | |
parent | f77bec04321e38a80a97115b539347c334a2448c (diff) |
sinclair/spec128.cpp: Adjusted border rendering (MT08264). (#10171)
-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) |