[MESS] fixed uninitialized value in mos6566.c (fixes random c64/c128 issues) (nw)

This commit is contained in:
Oliver Stöneberg 2013-01-17 19:19:59 +00:00
parent c33a6c9b5d
commit 3aeb39c0b8

View File

@ -789,6 +789,7 @@ void mos6566_device::device_reset()
m_cycle = 14;
m_raster_x = 0x004;
m_graphic_x = 0;
m_on = 1;