mirror of
https://github.com/holub/mame
synced 2025-05-06 06:14:45 +03:00
[MT05109] fixed amstrad plus out of line drawing [Oliver Stöneberg]
This commit is contained in:
parent
a41acff8dc
commit
41cd535195
@ -761,7 +761,7 @@ void amstrad_state::amstrad_plus_update_video()
|
||||
m_gate_array.draw_p++;
|
||||
cycles_passed--;
|
||||
m_gate_array.line_ticks++;
|
||||
if ( m_gate_array.line_ticks > m_gate_array.bitmap->width() )
|
||||
if ( m_gate_array.line_ticks >= m_gate_array.bitmap->width() )
|
||||
{
|
||||
m_gate_array.draw_p = NULL;
|
||||
cycles_passed = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user