Go to file
davidhay b469de6db7 changed IREM cpu decryption to be 'real-time' (it's a feature of the CPU)
moved decryption table setup to 'config' struct for the CPU.

added latest tables from robiza, making Risky Challenge playable, promoted it to working

told CPU core to not decrypt code after brkn instruction, enabling it again on iret, allowing me to remove several 'don't decrypt range' hacks in robiza's code.

updated all drivers accordingly.

currently the disassembly is a bit weird now, this will need looking at.
2008-02-17 16:05:10 +00:00
docs Cleanups on the doc files. 2008-02-13 16:55:14 +00:00
src changed IREM cpu decryption to be 'real-time' (it's a feature of the CPU) 2008-02-17 16:05:10 +00:00
.gitattributes Fixed Dip Switches (especially coinage) and inputs for 'mpatrol' and 'troangl' (and their clones). 2008-02-17 13:35:28 +00:00
makefile Changed debugger-related code to be based off a new makefile define (DEBUGGER) which sets 2008-02-02 08:57:39 +00:00