summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sprint8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sprint8.c')
-rw-r--r--src/mame/drivers/sprint8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sprint8.c b/src/mame/drivers/sprint8.c
index 02ef923aad2..71c766999eb 100644
--- a/src/mame/drivers/sprint8.c
+++ b/src/mame/drivers/sprint8.c
@@ -35,7 +35,7 @@ static TIMER_DEVICE_CALLBACK( input_callback )
for (i = 0; i < 8; i++)
{
- UINT8 val = input_port_read(timer->machine, dialnames[i]) >> 4;
+ UINT8 val = input_port_read(timer.machine, dialnames[i]) >> 4;
signed char delta = (val - dial[i]) & 15;