summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stvinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stvinit.c')
-rw-r--r--src/mame/drivers/stvinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/stvinit.c b/src/mame/drivers/stvinit.c
index 44b865f5c87..ff44c0b9f85 100644
--- a/src/mame/drivers/stvinit.c
+++ b/src/mame/drivers/stvinit.c
@@ -1407,7 +1407,7 @@ DRIVER_INIT(decathlt)
static READ32_HANDLER( nameclv3_speedup_r )
{
- if (activecpu_get_pc()==0x601eb4e) cpu_spinuntil_time(ATTOTIME_IN_USEC(30));
+ if (activecpu_get_pc()==0x601eb4e) cpu_spinuntil_time(ATTOTIME_IN_USEC(30));
return stv_workram_h[0x0452c0/4];
}