sinclair/spec128.cpp,sinclair/specpls3.cpp: adjust border chunk render position (#12440)

This commit is contained in:
holub 2024-06-05 21:29:45 -04:00 committed by GitHub
parent af79954d15
commit eaceec3829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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 = 5;
m_border4t_render_at = 3;
}
uint8_t spectrum_128_state::spectrum_128_pre_opcode_fetch_r(offs_t offset)

View File

@ -312,6 +312,7 @@ void specpls3_state::video_start()
spectrum_128_state::video_start();
m_contention_pattern = {1, 0, 7, 6, 5, 4, 3, 2};
m_contention_offset = 1;
m_border4t_render_at = 5;
}
/* ports are not decoded full.