mirror of
https://github.com/holub/mame
synced 2025-06-16 01:09:09 +03:00
[MESS] fixed uninitialized value in mos6566.c (fixes random c64/c128 issues) (nw)
This commit is contained in:
parent
c33a6c9b5d
commit
3aeb39c0b8
@ -789,6 +789,7 @@ void mos6566_device::device_reset()
|
|||||||
|
|
||||||
m_cycle = 14;
|
m_cycle = 14;
|
||||||
m_raster_x = 0x004;
|
m_raster_x = 0x004;
|
||||||
|
m_graphic_x = 0;
|
||||||
|
|
||||||
m_on = 1;
|
m_on = 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user