summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tiamc1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tiamc1.h')
-rw-r--r--src/mame/includes/tiamc1.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/tiamc1.h b/src/mame/includes/tiamc1.h
index 8e3007d2b48..b7c70776fbd 100644
--- a/src/mame/includes/tiamc1.h
+++ b/src/mame/includes/tiamc1.h
@@ -1,7 +1,8 @@
+#include "devlegcy.h"
+
/*----------- defined in audio/tiamc1.c -----------*/
-DEVICE_GET_INFO( tiamc1_sound );
-#define SOUND_TIAMC1 DEVICE_GET_INFO_NAME(tiamc1_sound)
+DECLARE_LEGACY_SOUND_DEVICE(TIAMC1, tiamc1_sound);
WRITE8_HANDLER( tiamc1_timer0_w );
WRITE8_HANDLER( tiamc1_timer1_w );