mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
Fix stupid compile error
This commit is contained in:
parent
815cf5f076
commit
a004308575
@ -63,7 +63,7 @@ static void *wave_start(const char *tag, int sndindex, int clock, const void *co
|
|||||||
|
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
image = device_list_find_by_tag( Machine->config->devicelist, CASSETTE, tag );
|
image = device_list_find_by_tag( Machine->config->devicelist, CASSETTE, tag );
|
||||||
#endif MESS
|
#endif
|
||||||
stream_create(0, 1, Machine->sample_rate, (void *)image, wave_sound_update);
|
stream_create(0, 1, Machine->sample_rate, (void *)image, wave_sound_update);
|
||||||
return (void *) (FPTR)(sndindex | WAVE_TOKEN_MASK);
|
return (void *) (FPTR)(sndindex | WAVE_TOKEN_MASK);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user