summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6532riot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/6532riot.h')
-rw-r--r--src/emu/machine/6532riot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/6532riot.h b/src/emu/machine/6532riot.h
index 88ee8482e93..d82e946c4b8 100644
--- a/src/emu/machine/6532riot.h
+++ b/src/emu/machine/6532riot.h
@@ -121,8 +121,8 @@ extern const device_type RIOT6532;
PROTOTYPES
***************************************************************************/
-READ8_DEVICE_HANDLER( riot6532_r );
-WRITE8_DEVICE_HANDLER( riot6532_w );
+DECLARE_READ8_DEVICE_HANDLER( riot6532_r );
+DECLARE_WRITE8_DEVICE_HANDLER( riot6532_w );
void riot6532_porta_in_set(device_t *device, UINT8 data, UINT8 mask);
void riot6532_portb_in_set(device_t *device, UINT8 data, UINT8 mask);