Cleanups and version bump to 0.122u7.

This commit is contained in:
Aaron Giles 2008-01-25 06:17:54 +00:00
parent 97cf740a23
commit 877b75ad75
22 changed files with 128 additions and 128 deletions

View File

@ -781,7 +781,7 @@ void irem_cpu_decrypt(int cpu,const UINT8 *decryption_table)
for (A = 0;A < size; A++) for (A = 0;A < size; A++)
irem_cpu_decrypted[A] = decryption_table[rom[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 // 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 // we need a real nec v25+/35+ core to support 0x63 (brkn for "break native") instruction
// for now we use "cd" (int) instruction + hack // for now we use "cd" (int) instruction + hack

View File

@ -9,4 +9,4 @@
***************************************************************************/ ***************************************************************************/
const char build_version[] = "0.122u6 ("__DATE__")"; const char build_version[] = "0.122u7 ("__DATE__")";