summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/smc91c9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/smc91c9x.h')
-rw-r--r--src/emu/machine/smc91c9x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/smc91c9x.h b/src/emu/machine/smc91c9x.h
index 038b3cc4000..380e96130bb 100644
--- a/src/emu/machine/smc91c9x.h
+++ b/src/emu/machine/smc91c9x.h
@@ -44,8 +44,8 @@ struct smc91c9x_config
FUNCTION PROTOTYPES
***************************************************************************/
-READ16_DEVICE_HANDLER( smc91c9x_r );
-WRITE16_DEVICE_HANDLER( smc91c9x_w );
+DECLARE_READ16_DEVICE_HANDLER( smc91c9x_r );
+DECLARE_WRITE16_DEVICE_HANDLER( smc91c9x_w );
/* ----- device interface ----- */