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-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
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
[next]