Previous 199869 Revisions Next

r17750 Sunday 9th September, 2012 at 11:23:36 UTC by hap
uninitialized variable
[src/emu/sound]upd7759.c

trunk/src/emu/sound/upd7759.c
r17749r17750
652652   chip->state = STATE_IDLE;
653653
654654   /* compute the ROM base or allocate a timer */
655   chip->romoffset = 0;
655656   chip->rom = chip->rombase = *device->region();
656657   if (chip->rom == NULL)
657658      chip->timer = device->machine().scheduler().timer_alloc(FUNC(upd7759_slave_update), chip);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team