summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flower.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/flower.h')
-rw-r--r--src/mame/includes/flower.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/flower.h b/src/mame/includes/flower.h
index 98e9cd7b032..b8e94b62426 100644
--- a/src/mame/includes/flower.h
+++ b/src/mame/includes/flower.h
@@ -45,8 +45,8 @@ public:
/*----------- defined in audio/flower.c -----------*/
-WRITE8_DEVICE_HANDLER( flower_sound1_w );
-WRITE8_DEVICE_HANDLER( flower_sound2_w );
+DECLARE_WRITE8_DEVICE_HANDLER( flower_sound1_w );
+DECLARE_WRITE8_DEVICE_HANDLER( flower_sound2_w );
class flower_sound_device : public device_t,
public device_sound_interface