summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/namco52.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/namco52.h')
-rw-r--r--src/mame/audio/namco52.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/namco52.h b/src/mame/audio/namco52.h
index 6c76a9a5d51..a338de3bc82 100644
--- a/src/mame/audio/namco52.h
+++ b/src/mame/audio/namco52.h
@@ -21,7 +21,7 @@ struct namco_52xx_interface
MCFG_DEVICE_CONFIG(_interface)
-WRITE8_DEVICE_HANDLER( namco_52xx_write );
+DECLARE_WRITE8_DEVICE_HANDLER( namco_52xx_write );
class namco_52xx_device : public device_t