Previous 199869 Revisions Next

r21384 Saturday 23rd February, 2013 at 11:02:15 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/cpu/psx/rcnt.c (nw)
[src/emu/cpu/psx]rcnt.c

trunk/src/emu/cpu/psx/rcnt.c
r21383r21384
6060      state_save_register_item( machine(), "psxroot", NULL, n, root_counter[ n ].n_mode );
6161      state_save_register_item( machine(), "psxroot", NULL, n, root_counter[ n ].n_target );
6262      state_save_register_item( machine(), "psxroot", NULL, n, root_counter[ n ].n_start );
63      root_counter[ n ].n_count = 0;
64      root_counter[ n ].n_mode = 0;
65      root_counter[ n ].n_target = 0;
66      root_counter[ n ].n_start = 0;
6367   }
6468}
6569

Previous 199869 Revisions Next


© 1997-2024 The MAME Team