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-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
2014-02-23
Added untested code for generating ARM machine code
Mike Pavone
2014-02-23
Fix typo in Makefile
Mike Pavone
2014-02-19
Fix type mismatch on headless global that was causing a crash in the vgm play...
Michael Pavone
2014-02-19
Apart from the Z80 core, BlastEm now supports 32-bit x86
Michael Pavone
2014-02-18
Properly null terminate string returned by readlink in util.c
Michael Pavone
2014-02-18
Initial work on the x86-32 target
Michael Pavone
2014-02-18
Generate get_sr, set_sr and set_ccr at runtime so they can respect the flag_r...
Michael Pavone
2014-02-17
Make references to flags in the M68K core respect the flag_regs options array...
Michael Pavone
2014-02-16
Generate handle_cycle_limit at runtime so it can use the generated save/load_...
Michael Pavone
2014-02-16
Generate native_addr and native_addr_and_sync at runtime so they can use the ...
Michael Pavone
2014-02-16
Generate retrans_stub at runtime so it can use the generated save/load_contex...
Michael Pavone
2014-02-16
Removed old debug print function that is no longer needed
Michael Pavone
2014-02-15
Get rid of the native stack option the 68K core. Trying to make it work with ...
Michael Pavone
2014-02-15
Generate m68k_start_context at runtime so it can use the generated load_conte...
Michael Pavone
2014-02-14
Generate save_context and load_context functions at runtime
Michael Pavone
2014-02-13
Added tag v0.2.0 for changeset 6b7a96d0eda8
Mike Pavone
2014-02-13
Added CHANGELOG
Mike Pavone
2014-02-13
Update README
Mike Pavone
2014-02-13
Better emulation of the YM-2612 busy flag
Mike Pavone
2014-02-13
Properly sync hardware when frame end is reached during DMA
Mike Pavone
2014-02-12
Added tag v0.1.0 for changeset 949c7d875693
Mike Pavone
2014-02-12
Comment out LFO debug printf
Mike Pavone
2014-02-12
Update version number
Mike Pavone
2014-02-12
Implement memory writes in GDB remote debugging stub
Mike Pavone
2014-02-12
Remove defines from blastem.c that had been moved to blastem.h
Mike Pavone
2014-02-12
Add file that was accidentally omitted from a previous commit
Mike Pavone
[next]