index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dis.c
Age
Commit message (
Expand
)
Author
2013-01-17
Add instruction address logging to translator and support for reading an addr...
Mike Pavone
2013-01-05
Small fix to disassembler
Mike Pavone
2013-01-03
Implement MULU/MULS and DIVU/DIVS
Mike Pavone
2013-01-01
Bail out of disassembly of a particular stream when we hit an invalid instruc...
Mike Pavone
2012-12-31
Properly support references to odd addresses in label generation in disassemb...
Mike Pavone
2012-12-30
Improve disassembler
Mike Pavone
2012-12-28
Allow jmp/jsr to follow pc-relative addresses in disassembler
Mike Pavone
2012-12-28
Fix decoding of Scc
Mike Pavone
2012-12-27
Don't pre-emptively translate code at interrupt vectors as some PD ROMs have ...
Mike Pavone
2012-12-21
Fix bug in disassembler that caused it to disassemble addresses it shouldn't
Mike Pavone
2012-12-12
Don't try to disassemble addresses beyond the end of the cartridge
Mike Pavone
2012-12-12
Fix bug in address visitation in disassembler
Mike Pavone
2012-12-12
Add logic for following control flow based on logic in the translator
Mike Pavone
2012-12-08
Mostly broken VDP core and savestate viewer
Mike Pavone
2012-12-04
M68K to x86 translation works for a limited subset of instructions and addres...
Mike Pavone
2012-11-15
Improve disassembly. FIx some decoding bugs.
Mike Pavone
2012-11-09
Finish bit/movep/immediate group except for 68020 instructions
Mike Pavone
2012-11-03
Improve 68K instruction decoding. Add simple disassembler.
Mike Pavone