summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio/upd1771.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/audio/upd1771.h')
-rw-r--r--src/mess/audio/upd1771.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/audio/upd1771.h b/src/mess/audio/upd1771.h
index 83104fa5d05..abe1854312b 100644
--- a/src/mess/audio/upd1771.h
+++ b/src/mess/audio/upd1771.h
@@ -54,7 +54,7 @@ extern const device_type UPD1771C;
PROTOTYPES
***************************************************************************/
-WRITE8_DEVICE_HANDLER( upd1771_w );
+DECLARE_WRITE8_DEVICE_HANDLER( upd1771_w );
WRITE_LINE_DEVICE_HANDLER( upd1771_pcm_w );
#endif /* __UPD1771_H__ */