fixed usage of uninitialized member in snes_ppu_device (nw)

happened with e.g. snes -cart sdf1gpp
This commit is contained in:
Oliver Stöneberg 2014-10-29 14:28:11 +01:00
parent ff05864ad8
commit 084b66dfd8

View File

@ -380,6 +380,8 @@ void snes_ppu_device::device_reset()
m_cgram_address = 0;
m_read_ophct = 0;
m_read_opvct = 0;
m_vmadd = 0;
PPU_REG(VMAIN) = 0x80;
// what about other regs?