Previous | 199869 Revisions | Next |
r33053 Wednesday 29th October, 2014 at 13:28:11 UTC by Oliver Stöneberg |
---|
fixed usage of uninitialized member in snes_ppu_device (nw) happened with e.g. snes -cart sdf1gpp |
[src/emu/video] | snes_ppu.c |
r241564 | r241565 | |
---|---|---|
380 | 380 | m_cgram_address = 0; |
381 | 381 | m_read_ophct = 0; |
382 | 382 | m_read_opvct = 0; |
383 | ||
384 | m_vmadd = 0; | |
383 | 385 | |
384 | 386 | PPU_REG(VMAIN) = 0x80; |
385 | 387 | // what about other regs? |
https://github.com/mamedev/mame/commit/084b66dfd80aa04b79785cf7142f1e6dba0fd753 |
Previous | 199869 Revisions | Next |