mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +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->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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user