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-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
2014-02-12
Fix operator 1 self-feedback
Michael Pavone
2014-02-11
Support setting registers in gdb remote debugger
Mike Pavone
2014-02-11
Support single stepping in gdb remote debugger
Mike Pavone
2014-02-11
Move debugging code outside of main source file
Mike Pavone
2014-02-11
Merge
Michael Pavone
2014-02-11
Adjust PSG and YM-2612 volume to be closer to the real console
Michael Pavone
2014-02-11
Fix overflow handling on FM channel output
Michael Pavone
2014-02-11
Fix check of fwrite return value in wave_finalize so that the data subchunk s...
Michael Pavone
2014-02-09
Added step and step-over debugger commands. step-over is like next except it ...
Mike Pavone
2014-02-09
Refactor debugger next command
Mike Pavone
2014-02-09
Properly handle dbcc, rtr and rte in the debugger next command
Mike Pavone
2014-02-09
Properly handle jmp instructions in the debugger next command
Mike Pavone
2014-02-08
Initial GDB remote debugging support. Lacks some features, but breakpoints an...
Mike Pavone
2014-02-07
Implement per-channel wave logging and primitive looping support in vgm player.
Michael Pavone
2014-02-07
Properly clamp envelope value to zero when it overflows during the attack pha...
Michael Pavone
2014-02-07
Increment sample pointer after reading a sample in VGM player
Michael Pavone
2014-02-06
Add support for VGM 1.50 PCM data blocks
Michael Pavone
2014-02-06
Add a zp command to the 68K debugger to allow printing Z80 registers while in...
Michael Pavone
2014-02-06
Fix accidental use of the conditional jump instruction jp instead of jmp
Michael Pavone
2014-02-03
Initial attempt at emulating extended bank area access delays when 68K bus is...
Michael Pavone
2014-01-28
Add 3 wait states to Z80 access to bank area since that seems to be roughly t...
Michael Pavone
2014-01-27
Fix timing of certain ld and jp instructions in the Z80 core
Michael Pavone
2014-01-06
The local clone on my laptop got messed up and some changes had not been push...
Michael Pavone
2013-10-31
Add support for left and right shift keys
Mike Pavone
2013-10-31
Small optimization for H40 mode
Mike Pavone
[prev]
[next]