summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tiaintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tiaintf.h')
-rw-r--r--src/emu/sound/tiaintf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/tiaintf.h b/src/emu/sound/tiaintf.h
index 6ce175789b4..97595b6b683 100644
--- a/src/emu/sound/tiaintf.h
+++ b/src/emu/sound/tiaintf.h
@@ -5,7 +5,7 @@
#include "devlegcy.h"
-WRITE8_DEVICE_HANDLER( tia_sound_w );
+DECLARE_WRITE8_DEVICE_HANDLER( tia_sound_w );
class tia_device : public device_t,
public device_sound_interface