mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
MT 05534 [Robbbert, crazyc]
This commit is contained in:
parent
9f05be95a6
commit
b510f8129e
1 changed files with 1 additions and 1 deletions
|
@ -485,10 +485,10 @@ void upd3301_device::draw_scanline()
|
|||
|
||||
UINT32 upd3301_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
|
||||
{
|
||||
m_bitmap = &bitmap;
|
||||
if (m_status & STATUS_VE)
|
||||
{
|
||||
m_y = 0;
|
||||
m_bitmap = &bitmap;
|
||||
m_data_fifo_pos = 0;
|
||||
m_attr_fifo_pos = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue