summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/astrocde.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/astrocde.h')
-rw-r--r--src/emu/sound/astrocde.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/astrocde.h b/src/emu/sound/astrocde.h
index ac3ddab5ec9..8a954830761 100644
--- a/src/emu/sound/astrocde.h
+++ b/src/emu/sound/astrocde.h
@@ -5,7 +5,7 @@
#include "devlegcy.h"
-WRITE8_DEVICE_HANDLER( astrocade_sound_w );
+DECLARE_WRITE8_DEVICE_HANDLER( astrocade_sound_w );
class astrocade_device : public device_t,
public device_sound_interface