Fix stupid compile error

This commit is contained in:
Wilbert Pol 2008-09-10 19:31:41 +00:00
parent 815cf5f076
commit a004308575

View File

@ -63,7 +63,7 @@ static void *wave_start(const char *tag, int sndindex, int clock, const void *co
#ifdef MESS
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);
return (void *) (FPTR)(sndindex | WAVE_TOKEN_MASK);
}