summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thunderx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thunderx.c')
-rw-r--r--src/mame/drivers/thunderx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/thunderx.c b/src/mame/drivers/thunderx.c
index a12754331d9..f8449a007e9 100644
--- a/src/mame/drivers/thunderx.c
+++ b/src/mame/drivers/thunderx.c
@@ -391,7 +391,7 @@ static READ8_HANDLER( k052109_051960_r )
else
return k051960_r(k051960, offset - 0x3c00);
}
- else
+ else
return k052109_r(k052109, offset);
}