diff options
author | 2016-09-17 18:18:07 +0100 | |
---|---|---|
committer | 2016-09-17 18:18:07 +0100 | |
commit | 8993c2fe5464fa88999c2044198b227e94b34d95 (patch) | |
tree | 8c877be6834481065b2f016067f9878d4569ffe0 | |
parent | c70fa801d38a08e0e2861f7d5aacc9ffee19c5b7 (diff) |
guessing what the magic values are for (nw)
-rw-r--r-- | src/mame/machine/cps2crypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cps2crypt.cpp b/src/mame/machine/cps2crypt.cpp index 7893b94bcaf..8b9f1f7616a 100644 --- a/src/mame/machine/cps2crypt.cpp +++ b/src/mame/machine/cps2crypt.cpp @@ -767,7 +767,7 @@ DRIVER_INIT_MEMBER(cps_state,cps2crypt) // decoded[4] == watchdog instruction third word // decoded[5] == watchdog instruction second word // decoded[6] == watchdog instruction first word - // decoded[7] == 0x4000 + // decoded[7] == 0x4000 (bits 8 to 23 of CPS2 object output address) // decoded[8] == 0x0900 if (decoded[9] == 0xffff) |