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

trunk/src/emu/video/snes_ppu.c
r241564r241565
380380   m_cgram_address = 0;
381381   m_read_ophct = 0;
382382   m_read_opvct = 0;
383
384   m_vmadd = 0;
383385   
384386   PPU_REG(VMAIN) = 0x80;
385387   // what about other regs?


Previous 199869 Revisions Next


© 1997-2024 The MAME Team