summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tiasound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tiasound.h')
-rw-r--r--src/emu/sound/tiasound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/tiasound.h b/src/emu/sound/tiasound.h
index 9733d8dc1d7..9ca92a2bfd1 100644
--- a/src/emu/sound/tiasound.h
+++ b/src/emu/sound/tiasound.h
@@ -37,7 +37,7 @@
#ifndef __TIASOUND_H__
#define __TIASOUND_H__
-void *tia_sound_init(int clock, int sample_rate, int gain);
+void *tia_sound_init(device_t *device, int clock, int sample_rate, int gain);
void tia_sound_free(void *chip);
void tia_process (void *chip, stream_sample_t *buffer, int length);
void tia_write(void *chip, offs_t offset, UINT8 data);