mirror of
https://github.com/holub/mame
synced 2025-06-10 14:52:42 +03:00
Sorry, broke Wolfpack -- one line fix
This commit is contained in:
parent
4ab04517cb
commit
c1af761bef
@ -465,7 +465,7 @@ static void *s14001a_start(int sndindex, int clock, const void *config)
|
|||||||
|
|
||||||
chip->SpeechRom = memory_region(intf->region);
|
chip->SpeechRom = memory_region(intf->region);
|
||||||
|
|
||||||
chip->stream = stream_create(0, 1, Machine->sample_rate, chip, s14001a_pcm_update);
|
chip->stream = stream_create(0, 1, clock ? clock : Machine->sample_rate, chip, s14001a_pcm_update);
|
||||||
|
|
||||||
return chip;
|
return chip;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user