summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/midtunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/midtunit.c')
-rw-r--r--src/mame/machine/midtunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/midtunit.c b/src/mame/machine/midtunit.c
index 0dc276107f5..72134c20500 100644
--- a/src/mame/machine/midtunit.c
+++ b/src/mame/machine/midtunit.c
@@ -181,7 +181,7 @@ static WRITE16_HANDLER( mk_prot_w )
static READ16_HANDLER( mkturbo_prot_r )
{
/* the security GAL overlays a counter of some sort at 0xfffff400 in ROM space.
- * A startup protection check expects to read back two different values in succession */
+ * A startup protection check expects to read back two different values in succession */
return mame_rand(space->machine);
}