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-12-14
Fix the HV counter and adjust the slots of certain VDP events
Michael Pavone
2014-12-14
Produce a listing file when assembling 68K test ROMs
Michael Pavone
2014-12-03
Initial support for configurable IO, custom IO and sega transfer board emulation
Michael Pavone
2014-12-03
Temporarily comment out code to translate Z80 instructions in place as in rar...
Michael Pavone
2014-12-03
Unbreak PC indexed addressing modes in decoder
Michael Pavone
2014-10-15
Fix interpretation of moves direction field
Michael Pavone
2014-10-15
Fix decoding of movec
Michael Pavone
2014-10-14
Add equates for address references below address_off
Michael Pavone
2014-10-14
Ignore odd addresses in calls to defer in disassembler
Michael Pavone
2014-10-14
Add support for 68020 addressing modes in decoder and disassembler
Michael Pavone
2014-10-12
Tiny bit of work towards supporting 68020 addressing modes in decoder/disasse...
Michael Pavone
2014-10-12
Add support for 68020 bitfield instructions
Michael Pavone
2014-10-12
Fix logic for automatic label generation.
Michael Pavone
2014-10-11
Better support for labels sourced from VOS program module header
Michael Pavone
2014-10-11
Fix translation of 68K address to buffer location when address_off != 0
Michael Pavone
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-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
[next]