summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/sc499.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/sc499.h')
-rw-r--r--src/mess/machine/sc499.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/sc499.h b/src/mess/machine/sc499.h
index 90c43b7c55e..ce1d2f06d29 100644
--- a/src/mess/machine/sc499.h
+++ b/src/mess/machine/sc499.h
@@ -20,8 +20,8 @@
FUNCTION PROTOTYPES
***************************************************************************/
-READ8_DEVICE_HANDLER( sc499_r );
-WRITE8_DEVICE_HANDLER( sc499_w );
+DECLARE_READ8_DEVICE_HANDLER( sc499_r );
+DECLARE_WRITE8_DEVICE_HANDLER( sc499_w );
void sc499_set_tc_state(running_machine *machine, int state);
UINT8 sc499_dack_r(running_machine *machine);