MESS specific change; part of MESS' device changeover

This commit is contained in:
Nathan Woods 2008-03-30 17:14:03 +00:00
parent cac4d00e7d
commit 52f6db9e2b

View File

@ -26,7 +26,7 @@
static void wave_sound_update(void *param,stream_sample_t **inputs, stream_sample_t **_buffer,int length)
{
#ifdef MESS
mess_image *image;
const device_config *image;
cassette_image *cassette;
cassette_state state;
double time_index;