mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
Cleanups and version bump to 0.122u7.
This commit is contained in:
parent
97cf740a23
commit
877b75ad75
@ -781,7 +781,7 @@ void irem_cpu_decrypt(int cpu,const UINT8 *decryption_table)
|
||||
for (A = 0;A < size; A++)
|
||||
irem_cpu_decrypted[A] = decryption_table[rom[A]];
|
||||
|
||||
// Roberto Zandonà note:
|
||||
// Roberto Zandon? note:
|
||||
// for "gussun" and "riskchal" is necessary an hack to not decrypt not encrypted routines
|
||||
// we need a real nec v25+/35+ core to support 0x63 (brkn for "break native") instruction
|
||||
// for now we use "cd" (int) instruction + hack
|
||||
|
@ -9,4 +9,4 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
const char build_version[] = "0.122u6 ("__DATE__")";
|
||||
const char build_version[] = "0.122u7 ("__DATE__")";
|
||||
|
Loading…
Reference in New Issue
Block a user