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-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
2013-10-28
Pull shader file names from config file.
Mike Pavone
2013-10-28
Move shader files to their own directory. Read shaders from /.config/blastem/...
Mike Pavone
2013-10-28
Extract function to determine executable directory from load_config so it can...
Mike Pavone
2013-10-28
Allow OpenGL support to be disabled at compile time. Move generic utility fun...
Mike Pavone
2013-10-27
Merged OpenGL branch
Mike Pavone
2013-10-27
Close OpenGL feature branch
Mike Pavone
2013-10-27
Enable fullscreen mode in OpenGL renderer
Mike Pavone
2013-10-27
Support interlace mode with OpenGL backend
Mike Pavone
2013-10-27
Basic OpenGL rendering is working
Mike Pavone
2013-10-26
Update opengl branch from default. Fix build breakage unrelated to merge
Mike Pavone
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
[prev]
[next]