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
2019-01-04
Old changes to OLP analyzer script for analyzing Z80 memory requests
Michael Pavone
2019-01-04
Added tag v0.6.1 for changeset 357b4951d9b2
Michael Pavone
2019-01-03
Updated version number and CHANGELOG for possible 0.6.1 release
Michael Pavone
2019-01-03
Moved fake virtual root stuff to get_dir_list from legacy menu so it can be u...
Michael Pavone
2019-01-03
Fix Windows implentation of get_config_dir() so config file gets saved to the...
Michael Pavone
2019-01-03
Disable most bindings when UI is active
Michael Pavone
2019-01-02
Include controller images in archives produced by build_release
Michael Pavone
2019-01-02
Added tag v0.6.0 for changeset ef50c9affe6a
Michael Pavone
2018-12-31
Updated gamecontrollerdb.txt from upstream
Mike Pavone
2018-12-31
Updated version number for 0.6.0 release
Mike Pavone
2018-12-31
Updated CHANGELOG
Mike Pavone
2018-12-31
Allow skipping buttons/axes in controller SDL2 mapping UI
Mike Pavone
2018-12-30
Added default controller bindings for a number of 6-button style pads
Mike Pavone
2018-12-30
Fix binding UI for "6 button right" style controllers
Mike Pavone
2018-12-30
Fix crash when passed a filename with no extension
Mike Pavone
2018-12-30
Updated README
Mike Pavone
2018-12-30
Updated special thanks
Mike Pavone
2018-12-30
Updated binding UI to reflect new VDP debug options
Mike Pavone
2018-12-30
Switched default sync source back to audio as the video option is not ready f...
Mike Pavone
2018-12-30
Added support for GLES in addition to desktop GL
Mike Pavone
2018-12-30
Allow optimization flag overrides in Makefile
Mike Pavone
2018-12-30
Optimize YM operator modulation
Mike Pavone
2018-12-30
Fix some rendering bugs introduced in previous VDP optimizations
Michael Pavone
2018-12-28
Preserve WAVE logging FILE * across YM2612 device reset
Michael Pavone
2018-12-27
Small optimization to render_map
Michael Pavone
2018-12-27
Optimized render_map_output a bit
Michael Pavone
2018-12-25
Fix headless mode
Michael Pavone
2018-12-24
Re-order IO device type enum so "None" is selected when no device is specifie...
Michael Pavone
2018-12-18
Allow closing VDP debug windows with the close button in the window title bar
Michael Pavone
2018-12-15
Update binding UI for non-standard controller layouts
Michael Pavone
2018-12-14
Added PS4 6-button fighting pad image and cleaned up controller image handlin...
Michael Pavone
2018-11-30
Added code for actually saving new controller bindings to an appropriate key ...
Michael Pavone
2018-11-20
Populate layer debug buffer during inactive display
Michael Pavone
2018-11-19
Removed old VDP debug functionality
Michael Pavone
2018-11-19
Implemented support for toggling off a debug view
Michael Pavone
2018-11-19
Basic version of layer compositing debug view in a separate window
Michael Pavone
2018-11-16
Small cleanup of vdp_context struct layout and removal of separately allocate...
Michael Pavone
2018-11-15
Implemented left column blank register bit in mode 5
Michael Pavone
2018-11-14
Initial stab at CRAM debug in a detached window
Michael Pavone
2018-11-11
Fix for VRAM byte write order broke VDP FIFO testing ROM results. This change...
Michael Pavone
2018-11-11
Make sure M68K sync and target cycles are updated after loading a savestate. ...
Mike Pavone
2018-11-10
Fix edge case in DRC audio path
Michael Pavone
2018-11-09
Added VRAM debug window
Michael Pavone
2018-11-09
Use SDL_GL_MakeCurrent to make the SDL renderer API windows play nice with GL...
Michael Pavone
2018-11-05
Fix order bytes of a word are written into VRAM from the FIFO. Fixes ticket 3...
Michael Pavone
2018-11-04
WIP new VDP plane debug view and support for detached VDP debug views generally
Michael Pavone
2018-11-04
Added a 68K debugger command for setting a register
Michael Pavone
2018-11-01
Forcefully update the display when entering the 68K debugger so you can see i...
Michael Pavone
2018-10-31
Avoid changing VDP status flags when executing debugger commands
Michael Pavone
2018-10-31
Fix cycle count for shift/rotate instructions with a static shift ammount
Michael Pavone
[next]