mirror of
https://github.com/holub/mame
synced 2025-05-01 12:16:56 +03:00
MT 05534 [Robbbert, crazyc]
This commit is contained in:
parent
9f05be95a6
commit
b510f8129e
@ -485,10 +485,10 @@ void upd3301_device::draw_scanline()
|
|||||||
|
|
||||||
UINT32 upd3301_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
|
UINT32 upd3301_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
|
||||||
{
|
{
|
||||||
|
m_bitmap = &bitmap;
|
||||||
if (m_status & STATUS_VE)
|
if (m_status & STATUS_VE)
|
||||||
{
|
{
|
||||||
m_y = 0;
|
m_y = 0;
|
||||||
m_bitmap = &bitmap;
|
|
||||||
m_data_fifo_pos = 0;
|
m_data_fifo_pos = 0;
|
||||||
m_attr_fifo_pos = 0;
|
m_attr_fifo_pos = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user