mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
fixed usage of uninitialized member in snes_ppu_device (nw)
happened with e.g. snes -cart sdf1gpp
This commit is contained in:
parent
ff05864ad8
commit
084b66dfd8
@ -381,6 +381,8 @@ void snes_ppu_device::device_reset()
|
||||
m_read_ophct = 0;
|
||||
m_read_opvct = 0;
|
||||
|
||||
m_vmadd = 0;
|
||||
|
||||
PPU_REG(VMAIN) = 0x80;
|
||||
// what about other regs?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user