summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprint8.h')
-rw-r--r--src/mame/includes/sprint8.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/sprint8.h b/src/mame/includes/sprint8.h
index 6889c4bfe2c..0f2f3902b62 100644
--- a/src/mame/includes/sprint8.h
+++ b/src/mame/includes/sprint8.h
@@ -56,7 +56,7 @@ SCREEN_UPDATE_IND16( sprint8 );
DISCRETE_SOUND_EXTERN( sprint8 );
-WRITE8_DEVICE_HANDLER( sprint8_crash_w );
-WRITE8_DEVICE_HANDLER( sprint8_screech_w );
-WRITE8_DEVICE_HANDLER( sprint8_attract_w );
-WRITE8_DEVICE_HANDLER( sprint8_motor_w );
+DECLARE_WRITE8_DEVICE_HANDLER( sprint8_crash_w );
+DECLARE_WRITE8_DEVICE_HANDLER( sprint8_screech_w );
+DECLARE_WRITE8_DEVICE_HANDLER( sprint8_attract_w );
+DECLARE_WRITE8_DEVICE_HANDLER( sprint8_motor_w );