diff options
Diffstat (limited to 'src/mame/machine/tecmosys.cpp')
-rw-r--r-- | src/mame/machine/tecmosys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/tecmosys.cpp b/src/mame/machine/tecmosys.cpp index e119070d7d6..d0f5f312fca 100644 --- a/src/mame/machine/tecmosys.cpp +++ b/src/mame/machine/tecmosys.cpp @@ -8,7 +8,7 @@ After that, it uploads 4 ranges of code to checksum, followed by the 4 checksums. The 68K does the checksumming, and returns the results to the protection device. - Apart from inital protection calls and code upload, the vblank in both games writes + Apart from initial protection calls and code upload, the vblank in both games writes info to the protection but they seem to ignore the returned data. Maybe the protection is tied to something else, or maybe it was preliminary work on further security. |