summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/hd63450.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/hd63450.h')
-rw-r--r--src/mess/machine/hd63450.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/hd63450.h b/src/mess/machine/hd63450.h
index 7ac030bdfec..98aeea113e1 100644
--- a/src/mess/machine/hd63450.h
+++ b/src/mess/machine/hd63450.h
@@ -47,5 +47,5 @@ extern const device_type HD63450;
MCFG_DEVICE_ADD(_tag, HD63450, 0) \
MCFG_DEVICE_CONFIG(_config)
-READ16_DEVICE_HANDLER( hd63450_r );
-WRITE16_DEVICE_HANDLER( hd63450_w );
+DECLARE_READ16_DEVICE_HANDLER( hd63450_r );
+DECLARE_WRITE16_DEVICE_HANDLER( hd63450_w );