summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/triforce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/triforce.cpp')
-rw-r--r--src/mame/drivers/triforce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/triforce.cpp b/src/mame/drivers/triforce.cpp
index db62b352c7f..b795ac38cac 100644
--- a/src/mame/drivers/triforce.cpp
+++ b/src/mame/drivers/triforce.cpp
@@ -1162,7 +1162,7 @@ ROM_END
// For instance, the dump of mkartagp skips two blocks in its lookup list, and the 16 'lanes' in the
// 0x78020-0x7802f area are 00 except for two values, which are 1. The corresponding two skipped blocks
// in the flash area are all zero/unused.
-// Likewise, with mkartagp2, there are three 1 value and one 2 values in the table,
+// Likewise, with mkartagp2, there are three 1 value and one 2 values in the table,
// and mkartagp2 skips 5 blocks in its mapping table.
// * 0x79ffc-0x79fff contains what may be a checksum of the 0x78000-0x79ffb area? unclear.