summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cischeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cischeat.c')
-rw-r--r--src/mame/drivers/cischeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cischeat.c b/src/mame/drivers/cischeat.c
index 8c9daa21276..960af69ef61 100644
--- a/src/mame/drivers/cischeat.c
+++ b/src/mame/drivers/cischeat.c
@@ -523,7 +523,7 @@ READ16_HANDLER( scudhamm_motor_pos_r )
Within $20 vblanks the motor must reach the target. */
-WRITE16_HANDLER( scudhamm_motor_command_w )
+static WRITE16_HANDLER( scudhamm_motor_command_w )
{
COMBINE_DATA( &scudhamm_motor_command );
}