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 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-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-16
Fix a few values reported by the vr debugger command. Add DMA registers to vr...
Michael 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
2013-10-29
Fix allocation and memset size for field buffers when using OpenGL
Mike Pavone
2013-10-29
Use OpenGL by default. Add OpenGL switch to help text
Mike Pavone
2013-10-29
Preserve aspect ratio unless config file says otherwise
Mike Pavone
2013-10-29
Merge
Mike Pavone
[next]