mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
cb2001: last table version
This commit is contained in:
parent
a5d9d44c00
commit
1789136165
@ -81,10 +81,8 @@ const UINT8 cb2001_decryption_table[256] = {
|
|||||||
|
|
||||||
/* robiza notes:
|
/* robiza notes:
|
||||||
|
|
||||||
|
|
||||||
56 -> ????
|
56 -> ????
|
||||||
|
|
||||||
|
|
||||||
5c -> conditional jmp for sure
|
5c -> conditional jmp for sure
|
||||||
|
|
||||||
aa -> ????
|
aa -> ????
|
||||||
@ -93,14 +91,11 @@ aa -> ????
|
|||||||
d8 ????
|
d8 ????
|
||||||
dd -> fa (di)
|
dd -> fa (di)
|
||||||
|
|
||||||
|
|
||||||
guessed:
|
guessed:
|
||||||
45 -> b0 (mov al,#value)
|
45 -> b0 (mov al,#value)
|
||||||
6e -> ba (mov dw,#value)
|
6e -> ba (mov dw,#value)
|
||||||
c2 -> ee (out dw,al)
|
c2 -> ee (out dw,al)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
probably:
|
probably:
|
||||||
|
|
||||||
2b -> conditional jmp for sure (75)
|
2b -> conditional jmp for sure (75)
|
||||||
|
Loading…
Reference in New Issue
Block a user