summaryrefslogtreecommitdiff
path: root/dis.c
AgeCommit message (Expand)Author
2012-12-21Fix bug in disassembler that caused it to disassemble addresses it shouldn'tMike Pavone
2012-12-12Don't try to disassemble addresses beyond the end of the cartridgeMike Pavone
2012-12-12Fix bug in address visitation in disassemblerMike Pavone
2012-12-12Add logic for following control flow based on logic in the translatorMike Pavone
2012-12-08Mostly broken VDP core and savestate viewerMike Pavone
2012-12-04M68K to x86 translation works for a limited subset of instructions and addres...Mike Pavone
2012-11-15Improve disassembly. FIx some decoding bugs.Mike Pavone
2012-11-09Finish bit/movep/immediate group except for 68020 instructionsMike Pavone
2012-11-03Improve 68K instruction decoding. Add simple disassembler.Mike Pavone