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
Age
Commit message (
Expand
)
Author
2014-10-11
Add -r option to indicate VOS program module contains a 68K reset vector
Michael Pavone
2014-10-11
Add support for disassembling VOS program modules
Michael Pavone
2014-10-08
Improve support for disassembling 68010+ binaries
Michael Pavone
2014-08-14
Small fix to display of DMA source address in vr debug command
Michael Pavone
2014-06-23
Ensure proper stack alignment when the Z80 calls into C code. This fixes a cr...
Mike Pavone
2014-06-23
Save and restore guest address in the write function for a code memory chunk ...
Mike Pavone
2014-06-23
Fix x86_rrindex_sizedir. Pass the correct scale to mov_rindexr in gen_mem_fun...
Mike Pavone
2014-06-21
Fix Z80 interrupts
Michael Pavone
2014-06-20
Added some preliminary support for interpreting Z80 code from non-RAM addresses
Michael Pavone
2014-06-19
Properly handle Z80 breakpoints on self-modifying code and setting Z80 breakp...
Michael Pavone
2014-06-19
Slight cleanup of vint handling on the Z80
Michael Pavone
2014-06-18
Remove debug printf that escaped into my previous commit
Michael Pavone
2014-06-18
Fix most of the breakage caused by the vcounter/hcounter changes
Michael Pavone
2014-06-17
Partially working switch to having a vcounter and hslot counter in the contex...
Michael Pavone
2014-06-17
blastem builds and almost works on OS X now
Mike Pavone
2014-06-16
Fix a few values reported by the vr debugger command. Add DMA registers to vr...
Michael Pavone
2014-04-01
Make Windows port a little less half-assed
Michael Pavone
2014-04-01
Initial work on Windows port
Michael Pavone
2014-03-11
Split gen_mem_fun out of m68k_core_x86 and make it more generic so it can be ...
Michael Pavone
2014-03-08
Move translate_m68k_movem to m68k_core.c
Michael Pavone
2014-03-07
Made m68k_retranslate_inst host-cpu generic and moved it to m68k_core.c
Michael Pavone
2014-03-07
Minor refactor to translate_m68k_move_ccr_sr and translate_m68k_stop to reduc...
Michael Pavone
2014-03-07
Use swap_ssp_usp in translate_m68k_move_ccr_sr
Michael Pavone
2014-03-07
Combine andi ccr/sr and ori ccr/sr.
Michael Pavone
2014-03-07
Use update_flags instead of individual set_flag calls in a few places
Michael Pavone
2014-03-07
Refactored translate_m68k so that it contains no host-cpu specific code and m...
Michael Pavone
2014-03-05
Combine implementations of lea and pea. Update bit instructions to use the op...
Michael Pavone
2014-03-05
Refactor translate_m68k_cmp to use translate_m68k_arith
Michael Pavone
2014-03-04
Combine the implementation of ABCD and SBCD in the 68K core
Michael Pavone
2014-03-04
Use translate_m68k_unary for SWAP in 68K core
Michael Pavone
2014-03-04
Refactor a bunch of the arithmetic instructions in the 68K core to reduce dup...
Michael Pavone
2014-03-04
Small refactor to flag handling in 68K core
Michael Pavone
2014-03-03
Remove jmp_r from gen_x86.h since it got added to gen.h
Michael Pavone
2014-03-03
More 68K core refactoring to both reduce the amount of code and better split ...
Michael Pavone
2014-03-03
Enable link time optimization
Michael Pavone
2014-03-03
Make some small changes in trans so that it is more likely to produce the sam...
Michael Pavone
2014-03-02
Refactor translat_m68k_src and translate_m68k_dst into a single function
Michael Pavone
2014-03-02
Initial stab at separating the generic parts of the 68K core from the host-cp...
Michael Pavone
2014-03-02
Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h resp...
Michael Pavone
2014-03-02
Small Makefile change that was missed in the last commit
Michael Pavone
2014-03-02
Refactor gen_x86 to use an interface more like gen_arm and to remove the need...
Michael Pavone
2014-03-02
Add backtrace (bt) command to 68K debugger
Michael Pavone
2014-03-01
Add a separate flag/define for disabling the Z80 at compile time to ease refa...
Michael Pavone
2014-03-01
Fix PC displacement mode check in disassembler so that jmps involving a regis...
Michael Pavone
2014-02-24
Moved some generic stuff from backend.h gen_arm.h and gen_arm.c into gen.h an...
Michael Pavone
2014-02-24
Use a typedef code_ptr in place of uint8_t * in 68K core to better support ho...
Mike Pavone
2014-02-24
Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
Mike Pavone
2014-02-24
Fix build breakage
Michael Pavone
2014-02-24
Start work on refactoring some of the backend code to allow more sharing betw...
Michael Pavone
2014-02-23
Fix ARM code generation and test program
Michael Pavone
[prev]
[next]