Mercurial > repos > blastem
log dis.c @ 80:7b1e16e981ef
age | author | description |
---|---|---|
Fri, 21 Dec 2012 22:33:24 -0800 | Mike Pavone | Fix bug in disassembler that caused it to disassemble addresses it shouldn't |
Wed, 12 Dec 2012 21:25:31 -0800 | Mike Pavone | Don't try to disassemble addresses beyond the end of the cartridge |
Wed, 12 Dec 2012 20:43:42 -0800 | Mike Pavone | Fix bug in address visitation in disassembler |
Wed, 12 Dec 2012 20:17:11 -0800 | Mike Pavone | Add logic for following control flow based on logic in the translator |
Sat, 08 Dec 2012 02:00:54 -0800 | Mike Pavone | Mostly broken VDP core and savestate viewer |
Tue, 04 Dec 2012 19:13:12 -0800 | Mike Pavone | M68K to x86 translation works for a limited subset of instructions and addressing modes |
Thu, 15 Nov 2012 22:15:43 -0800 | Mike Pavone | Improve disassembly. FIx some decoding bugs. |