mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
sinclair/spec128.cpp,sinclair/specpls3.cpp: adjust border chunk render position (#12440)
This commit is contained in:
parent
af79954d15
commit
eaceec3829
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user