mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
[MT5241] fixed uninitialized memory in src/mame/video/k053251.c (fixes moo.c out of bounds accesses) [Oliver Stöneberg]
This commit is contained in:
parent
72e7b02b68
commit
5d6aac7016
@ -171,6 +171,8 @@ void k053251_device::device_reset()
|
|||||||
|
|
||||||
for (i = 0; i < 5; i++)
|
for (i = 0; i < 5; i++)
|
||||||
m_dirty_tmap[i] = 0;
|
m_dirty_tmap[i] = 0;
|
||||||
|
|
||||||
|
reset_indexes();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user