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
2013-10-07
Initial implementation of sprite overflow and sprite collision status registe...
Mike Pavone
2013-10-04
Add support for UI bindings on gamepad buttons and dpads
Mike Pavone
2013-10-03
Add an FPS counter to the title bar
Mike Pavone
2013-10-03
Follow amd64 ABI stack alignment requirements in places it matters so we can ...
Mike Pavone
2013-10-03
Add support for test instruction to x86 generator library
Mike Pavone
2013-10-01
Implement turbo/slow motion feature that overclocks or underclocks the entire...
Mike Pavone
2013-09-18
Theoretically more correct timing of Z80 bus request
Mike Pavone
2013-09-17
Set VBLANK flag in status register when display is disabled
Mike Pavone
2013-09-17
Implement HV counter latch
Mike Pavone
2013-09-17
Implement funny behavior for DMA fill to CRAM and VSRAM. Return VSRAM address...
Mike Pavone
2013-09-17
Fix DMA fill so that it does not cause observable changes to the FIFO. Get DM...
Mike Pavone
2013-09-16
Partial fix for DMA copy
Mike Pavone
2013-09-15
Clear the low 2 bits of CD when a register is written to
Mike Pavone
2013-09-15
Don't allow register writes to regs above when in Mode 4
Mike Pavone
2013-09-15
Remove read pending stuff, that had been added in an attempt to fix CRAM/VSRA...
Mike Pavone
2013-09-15
Implement undocumented 8-bit VRAM read
Mike Pavone
2013-09-15
Fix VSRAM reads
Mike Pavone
2013-09-15
Implement FIFO as a ring buffer so the behavior of reads from invalid CRAM an...
Mike Pavone
2013-09-13
Properly delay 68K on VDP reads. Dummy VDP test port implementation. Initial ...
Mike Pavone
2013-09-11
Fix argument handling so that the rom filename does not need to be specified ...
Mike Pavone
2013-09-11
Added README file
Mike Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-09-10
Fix vgmplay
Mike Pavone
2013-09-10
Fix stateview. Update "all" target in Makefile.
Mike Pavone
2013-09-10
Added version flag
Mike Pavone
2013-09-10
Added -h help text option
Mike Pavone
2013-09-10
Fix timing of backdrop rendering when the display is turned off
Mike Pavone
2013-09-10
Merge
Mike Pavone
2013-09-10
Implement FIFO latency and improve DMA accuracy
Mike Pavone
2013-09-08
Revert change to VBLANK flag timing based on new direct color DMA test
Mike Pavone
2013-09-08
Remove extra 68K/VDP cycle sync
Mike Pavone
2013-09-08
Fix bit instruction timing
Mike Pavone
2013-09-04
Initial work on GDB remote debugging support
Mike Pavone
2013-09-02
Added analysis script used for investigating direct color DMA timing
Mike Pavone
2013-09-02
Fix per-column scrolling bug
Mike Pavone
2013-09-02
Adjust VBLANK flag and refresh timing to be in line with logic analyzer and v...
Mike Pavone
2013-09-01
Merge
Mike Pavone
2013-09-01
Fix bug that caused a DMA fill to start after another DMA operation completed...
Mike Pavone
2013-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-07-20
Fix handling of key on in YM2612 core
Mike Pavone
2013-07-20
Fix performance regression from stop instruction work
Mike Pavone
2013-07-19
Implement 68K stop instruction
Mike Pavone
2013-07-18
Add config values for audio sample rate and buffer size
Mike Pavone
2013-07-17
Add fullscreen support and add a keybinding for exiting the emulator
Mike Pavone
2013-07-17
Fix sign flag on swap
Mike Pavone
2013-07-17
Fix carry flag on rotate when the register provided rotate bit count is exact...
Mike Pavone
2013-07-17
Add a bunch of 68K test cases for single operand instructions
Mike Pavone
2013-07-16
Fix 68K test harness
Mike Pavone
2013-07-16
Add support for single operand instructions to 68K test generator
Mike Pavone
2013-07-16
Add address/cd registers to VDP debug message
Mike Pavone
[next]