summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/actfancr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/actfancr.c')
-rw-r--r--src/mame/drivers/actfancr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/actfancr.c b/src/mame/drivers/actfancr.c
index 8425d82619e..78cc2e4e06b 100644
--- a/src/mame/drivers/actfancr.c
+++ b/src/mame/drivers/actfancr.c
@@ -582,10 +582,10 @@ static READ8_HANDLER( cycle_r )
int pc = cpu_get_pc(space->cpu);
int ret = state->main_ram[0x26];
- if (offset == 1)
+ if (offset == 1)
return state->main_ram[0x27];
- if (pc == 0xe29a && ret == 0)
+ if (pc == 0xe29a && ret == 0)
{
cpu_spinuntil_int(space->cpu);
return 1;
@@ -600,10 +600,10 @@ static READ8_HANDLER( cyclej_r )
int pc = cpu_get_pc(space->cpu);
int ret = state->main_ram[0x26];
- if (offset == 1)
+ if (offset == 1)
return state->main_ram[0x27];
- if (pc == 0xe2b1 && ret == 0)
+ if (pc == 0xe2b1 && ret == 0)
{
cpu_spinuntil_int(space->cpu);
return 1;