mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
MESS specific change; part of MESS' device changeover
This commit is contained in:
parent
cac4d00e7d
commit
52f6db9e2b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user