| 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 |
| r21383 | r21384 | |
|---|---|---|
| 60 | 60 | state_save_register_item( machine(), "psxroot", NULL, n, root_counter[ n ].n_mode ); |
| 61 | 61 | state_save_register_item( machine(), "psxroot", NULL, n, root_counter[ n ].n_target ); |
| 62 | 62 | 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; | |
| 63 | 67 | } |
| 64 | 68 | } |
| 65 | 69 |
| Previous | 199869 Revisions | Next |