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-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
2018-06-18
Fix memory leak in prep_args
Michael Pavone
2018-05-18
Fix cycle counts for BCD instructions, RESET, and MOVE from SR
Michael Pavone
2018-05-17
Fix instruction timing for a number of instructions with only a single operand
Michael Pavone
2018-05-05
Refactor to split device bindings from IO emulation code
Michael Pavone
2018-05-02
Added null check to reload_media
Michael Pavone
2018-05-02
Fix drag and drop when using Nuklear UI
Michael Pavone
2018-05-01
Fix deadlock when changing settings before loading first ROM
Michael Pavone
2018-05-01
Add some basic scaling to rest of UI
Michael Pavone
2018-05-01
Basic interface scaling for rest of settings UI
Michael Pavone
2018-05-01
Persist config on exit if config has changed
Michael Pavone
2018-05-01
Release capture of mouse and keyboard when entering UI
Michael Pavone
2018-04-30
Fix config value set when "Mega Mouse" is selected in settings UI
Michael Pavone
2018-04-30
Fix sync to audio option
Michael Pavone
2018-04-27
Only save config file if something has changed. Re-initialize audio and video...
Michael Pavone
2018-04-24
Scale UI font size based on window size and start basing widget sizes based o...
Michael Pavone
2018-04-21
WIP controller binding view
Michael Pavone
2018-04-19
Use read_bundle_file for controller PNG. Re-upload texture when GL context is...
Michael Pavone
2018-04-19
Add code for loading PNG images. Added 360 controller image. WIP work on game...
Michael Pavone
2018-04-17
Add sync_source to default.cfg and the Nuklear UI
Michael Pavone
2018-04-17
Audio DRC seems to be working pretty well now. Removed debug printfs
Michael Pavone
2018-04-17
Moved resample rate adjustment to after frame flip rather than in audio callb...
Michael Pavone
2018-04-14
Audio DRC now sounds good in both NTSC and PAL, just need to adjust constants...
Michael Pavone
2018-04-14
Mostly working dynamic rate control. Needs some tweaking, especially for PAL
Michael Pavone
2018-04-13
WIP dynamic rate control
Michael Pavone
2018-04-11
Fix regression in right audio channel
Michael Pavone
2018-04-08
Fix timing for Z80 JP cc, nn instruction
Michael Pavone
2018-04-05
Added code to fallback to Yosemite or pre-Yosemite system font in case curren...
Michael Pavone
2018-04-04
Fix silly bug in handling of Mac Roman font names. Make Mac font search more ...
Michael Pavone
2018-04-02
Fix vgmplay
Michael Pavone
2018-04-02
Fix Z80 bank access for $800000-$A00000 region for 10M flat mapped ROMs
Michael Pavone
2018-03-30
Randomize soft reset timing and fix silly bug that was accidentally clearing ...
Michael Pavone
2018-03-30
More audio refactoring in preparation for allowing proper sync to video with ...
Michael Pavone
2018-03-29
Allow double click to open ROM in file browser
Michael Pavone
2018-03-29
Added vsync to video settings
Michael Pavone
2018-03-28
Add support for float32 format audio samples
Michael Pavone
2018-03-28
Small cleanup to audio interface between emulation code and renderer backend
Michael Pavone
2018-03-26
There will be no 0.5.2 at this point
Michael Pavone
2018-03-26
Allow numpad keys to be mapped
Michael Pavone
2018-03-26
Allow MegaWiFi support to be toggled in config file. Defaults to off due to s...
Michael Pavone
2018-03-26
Remove some debug print stuff from font_win.c
Michael Pavone
[next]