Fixed 04531: f1en: Engine noise loops/resets

This commit is contained in:
Scott Stone 2011-11-13 20:40:35 +00:00
parent 18b06709c8
commit 830eefba2a

View File

@ -144,6 +144,9 @@ static DEVICE_START( rf5c68 )
/* allocate memory for the chip */
rf5c68_state *chip = get_safe_token(device);
/* f1en engine looping fix */
memset(chip->data, 0xff, sizeof(chip->data));
/* allocate the stream */
chip->stream = device->machine().sound().stream_alloc(*device, 0, 2, device->clock() / 384, chip, rf5c68_update);