summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/attckufo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/attckufo.h')
-rw-r--r--src/mame/includes/attckufo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/attckufo.h b/src/mame/includes/attckufo.h
index 886567d4eef..ea279a4a16d 100644
--- a/src/mame/includes/attckufo.h
+++ b/src/mame/includes/attckufo.h
@@ -1,9 +1,9 @@
-#include "sound/custom.h"
-
/*----------- defined in audio/attckufo.c -----------*/
void attckufo_soundport_w (int offset, int data);
-CUSTOM_START( attckufo_custom_start );
+
+DEVICE_GET_INFO( attckufo_sound );
+#define SOUND_ATTCKUFO DEVICE_GET_INFO_NAME(attckufo_sound)
/*----------- defined in video/attckufo.c -----------*/