| Previous | 199869 Revisions | Next |
| r17750 Sunday 9th September, 2012 at 11:23:36 UTC by hap |
|---|
| uninitialized variable |
| [src/emu/sound] | upd7759.c |
| r17749 | r17750 | |
|---|---|---|
| 652 | 652 | chip->state = STATE_IDLE; |
| 653 | 653 | |
| 654 | 654 | /* compute the ROM base or allocate a timer */ |
| 655 | chip->romoffset = 0; | |
| 655 | 656 | chip->rom = chip->rombase = *device->region(); |
| 656 | 657 | if (chip->rom == NULL) |
| 657 | 658 | chip->timer = device->machine().scheduler().timer_alloc(FUNC(upd7759_slave_update), chip); |
| Previous | 199869 Revisions | Next |