mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +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
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user