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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/emu/sound/tiaintf.h b/src/emu/sound/tiaintf.h
new file mode 100644
index 00000000000..e7d404faedc
--- /dev/null
+++ b/src/emu/sound/tiaintf.h
@@ -0,0 +1,8 @@
+#ifndef TIA_H
+#define TIA_H
+
+WRITE8_HANDLER( tia_sound_w );
+
+#endif
+
+