mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fixed usage of uninitialized member in snes_ppu_device (nw)
This commit is contained in:
parent
f7ddfb8127
commit
1395b5d7f5
@ -257,6 +257,7 @@ void snes_ppu_device::device_start()
|
||||
memset((UINT8 *)m_oam_ram, 0xff, SNES_OAM_SIZE);
|
||||
|
||||
m_stat78 = 0;
|
||||
memset(m_regs, 0x00, sizeof(m_regs));
|
||||
|
||||
for (int i = 0; i < 2; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user