mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
vt100: Restore bottom lines of screen
This commit is contained in:
parent
5f388a630d
commit
796bb71902
@ -444,8 +444,8 @@ void vt100_video_device::video_update(bitmap_ind16 &bitmap, const rectangle &cli
|
||||
if (m_read_ram(0) != 0x7f)
|
||||
return;
|
||||
|
||||
int vert_charlines_MAX = m_height;
|
||||
int fill_lines = m_fill_lines;
|
||||
int vert_charlines_MAX = m_height + fill_lines;
|
||||
if (m_linedoubler)
|
||||
{
|
||||
vert_charlines_MAX *= 2;
|
||||
@ -493,7 +493,6 @@ void vt100_video_device::video_update(bitmap_ind16 &bitmap, const rectangle &cli
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// ****** RAINBOW ******
|
||||
|
Loading…
Reference in New Issue
Block a user