summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tiaintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tiaintf.c')
-rw-r--r--src/emu/sound/tiaintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/tiaintf.c b/src/emu/sound/tiaintf.c
index 64285ff10b5..26ee206a7a0 100644
--- a/src/emu/sound/tiaintf.c
+++ b/src/emu/sound/tiaintf.c
@@ -30,7 +30,7 @@ tia_device::tia_device(const machine_config &mconfig, const char *tag, device_t
void tia_device::device_start()
{
m_channel = stream_alloc(0, 1, clock());
- m_chip = tia_sound_init(clock(), clock(), 16);
+ m_chip = tia_sound_init(this, clock(), clock(), 16);
assert_always(m_chip != NULL, "Error creating TIA chip");
}