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
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
2018-10-26
Add new view for selecting a new binding for a gamepad button
Michael Pavone
2018-10-26
Show user friendly names for binding options in controller bind config
Michael Pavone
2018-10-25
Handle looking up dpad config in binding UI. Fix left/right stick config disp...
Michael Pavone
2018-10-24
Pull current controller config in binding UI from whatever the actual binding...
Michael Pavone
2018-10-09
Added some SVP register arrays for PMC stuff
Michael Pavone
2018-10-06
Implement program ROM reads
Michael Pavone
2018-10-04
Add the ability for a CPU definition to reference arbitrary C includes and us...
Michael Pavone
2018-10-01
Clean up warnings from -1 case
Michael Pavone
2018-10-01
Getting SVP core closer to compiling
Michael Pavone
2018-09-25
Add missing end in svp_ram_read. Fix alu_ram_indirect
Michael Pavone
2018-09-25
Fix implementation cmp+condition version of if in CPU DSL
Michael Pavone
2018-09-24
Support immediate operands for ld and alu ops in SVP. Support double indirect...
Michael Pavone
2018-09-21
Did some cleanup of SVP code using the newly more powerful DSL if block and f...
Michael Pavone
2018-09-18
Initial commit of CPU DSL and a WIP SVP implementation written in that DSL
Michael Pavone
2018-08-14
Remove stray / in jcart.c
Michael Pavone
2018-08-14
Added ROM DB entry for Squirrel King as it has a flip flop or some type of RA...
Michael Pavone
2018-08-14
Added J-Cart support
Michael Pavone
2018-08-10
Added PS4 controller image. Added code to use PS4 image for Playstation contr...
Michael Pavone
2018-08-03
Allow a gamepad mapping to apply to all controllers, controllers of a particu...
Michael Pavone
2018-08-02
Fix a couple of default targets
Michael Pavone
2018-08-02
Show current config value for controller butotn and axis mappings
Michael Pavone
2018-07-31
Bump up pause between mapping inputs
Michael Pavone
2018-07-31
Don't redundantly store controller GUID when saving a mapping. Remove illegal...
Michael Pavone
2018-07-31
Read extral SDL2 mappings on startup from controller_types.cfg
Michael Pavone
2018-07-31
Basic UI for selecting layout variants + minor fix to SDL2 mapping generation UI
Michael Pavone
2018-07-31
SDL2 mapping UI now handles axes
Michael Pavone
2018-07-30
WIP UI for creating an SDL2 mapping for controllers that don't have one
Michael Pavone
2018-07-27
Allow selecting controller type when controllers have an SDL 2 mapping, but h...
Michael Pavone
2018-07-25
Made controller binding page more resolution independent. Added binding boxes...
Michael Pavone
2018-07-25
Use better names for "Guide" button on PS and Xbox controllers, handle d-pad ...
Michael Pavone
2018-07-22
Initial heuristics for detecting controller types and showing different label...
Michael Pavone
2018-07-06
Update controller config when changed in UI without restart
Michael Pavone
2018-06-29
Fix some issues identified by cppcheck
Michael Pavone
2018-06-28
Fix a number of other memory errors (mostly leaks again) identified by valgrind
Michael Pavone
2018-06-22
Fix some memory errors (mostly leaks) identified by valgrind
Michael Pavone
2018-06-22
Fix code for handling switch between sync styles at runtime
Michael Pavone
2018-06-21
Initial attempt at handling switches between sync modes at runtime. Needs work
Michael Pavone
2018-06-20
Limit underflow warning spam
Michael Pavone
2018-06-20
Fix double free in sync to video mode
Michael Pavone
2018-06-19
Fix missing include in bindings.c
Michael Pavone
[next]