summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/attckufo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/attckufo.c')
-rw-r--r--src/mame/drivers/attckufo.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mame/drivers/attckufo.c b/src/mame/drivers/attckufo.c
index 6f5c543f4b6..81e80485583 100644
--- a/src/mame/drivers/attckufo.c
+++ b/src/mame/drivers/attckufo.c
@@ -47,11 +47,6 @@ LOIPOIO-B
#include "includes/attckufo.h"
-static const custom_sound_interface attckufo_sound_interface =
-{
- attckufo_custom_start
-};
-
static UINT8 *mainram;
static UINT8 *tileram;
@@ -149,8 +144,7 @@ static MACHINE_DRIVER_START( attckufo )
/* sound hardware */
MDRV_SPEAKER_STANDARD_MONO("mono")
- MDRV_SOUND_ADD("attckufo", CUSTOM, 0)
- MDRV_SOUND_CONFIG(attckufo_sound_interface)
+ MDRV_SOUND_ADD("attckufo", ATTCKUFO, 0)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_DRIVER_END