Mercurial > repos > blastem
log dis.c @ 111:8b50d2c975b2
age | author | description |
---|---|---|
Fri, 28 Dec 2012 15:34:24 -0800 | Mike Pavone | Fix decoding of Scc |
Thu, 27 Dec 2012 22:48:54 -0800 | Mike Pavone | Don't pre-emptively translate code at interrupt vectors as some PD ROMs have these pointing at junk. Need some kind of heuristic for detecting garbage if I'm going to translate them ahead of time by default. |
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 |