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-04-06
Fix windows build
Michael Pavone
2019-04-04
Don't force NONUKLEAR on when NOGL is set at build time since the Nuklear UI ...
Michael Pavone
2019-04-04
Allow Nuklear UI to be used when OpenGL is disabled
Michael Pavone
2019-04-03
Merge
Mike Pavone
2019-04-03
Add an explicit rule for termhelper as it was relying on a built-in rule before
Mike Pavone
2019-04-03
Make libretro target successfully build for Windows and possibly Mac
Mike Pavone
2019-04-02
Separate compositing from final output. Fixes some minor accuracy issues with...
Michael Pavone
2019-03-31
Fix crash that occurs when changing video screen settings if the emulator win...
Mike Pavone
2019-03-31
Update verison number in liblastem.c
Mike Pavone
2019-03-31
Include ROM DB in library binary for libretro target
Mike Pavone
2019-03-31
Fix build breakage for libretro target
Mike Pavone
2019-03-30
Fix bumper/trigger binding boxes for "normal" style conntrollers. Change labe...
Mike Pavone
2019-03-30
Update version number for nightly builds
Mike Pavone
2019-03-30
Fix crash when pressing escape with no ROM loaded. Fix immediate cancel in ke...
Mike Pavone
2019-03-28
Added tag v0.6.2 for changeset 8aeac7bd9fa7
Michael Pavone
2019-03-27
Update version number, special thanks, CHANGELOG and README in preparation fo...
Michael Pavone
2019-03-27
Add unit to gain label and change color of checkbox selected state to hopeful...
Michael Pavone
2019-03-27
Restore some newlines in debug output that got lost when fixing GDB remote de...
Michael Pavone
2019-03-27
Request float 32 sample format since it saves us a conversion now that the ga...
Michael Pavone
2019-03-27
Operator results should be delayed by one sample when used as a modulator in ...
Michael Pavone
2019-03-26
Fixed contents of left and right shoulder boxes for VARIANT_6B_BUMPER control...
Michael Pavone
2019-03-26
Skip buttons or axes in the mapping UI that have no label for the selected co...
Michael Pavone
2019-03-26
Remove some problematic entries from the game controller db
Michael Pavone
2019-03-26
Support controllers that have their dpad mapped to an axis
Michael Pavone
2019-03-26
Zero offset should also impact output channels that a channel is panned away ...
Michael Pavone
2019-03-26
Fix a couple of minor cases of extra precision in LFO implementation
Michael Pavone
2019-03-25
Fix and update JSON payload for webhook in build scripts
Michael Pavone
2019-03-25
Post build results to discord via webhook
Michael Pavone
2019-03-24
Initialize gain_mult when creating an audio source so things work okay for cl...
Michael Pavone
2019-03-24
Optionally emulate the offset around zero in the imperfect DAC of a discrete ...
Michael Pavone
2019-03-24
Make sure there are no races between main thread and audio thread around mix_...
Mike Pavone
2019-03-23
Configurable gain for overall output and individual components
Michael Pavone
2019-03-23
Fix Windows build
Michael Pavone
2019-03-22
Added support for detecting Mega WiFi titles based on a header string
Michael Pavone
2019-03-20
Remove dummy controller_add_mappings definitions from vgmplay and stateview a...
Michael Pavone
2019-03-20
Avoid printing a bunch of junk to stdout when GDB remote debugging is enabled...
Michael Pavone
2019-03-20
Fix off-by one in IO port connection text output
Michael Pavone
2019-03-20
Updated checkbox style
Michael Pavone
2019-03-19
Fix off by one in IO device UI
Michael Pavone
2019-03-19
Fix off-by-one error in code for loading an SMD format ROM from a ZIP archive
Michael Pavone
2019-03-14
Remove some commented out code in fbdev backend
Michael Pavone
2019-03-14
Handle interlaced mode in fbdev backend
Michael Pavone
2019-03-12
Implement serialization/deserialization in new Z80 core
Michael Pavone
2019-03-11
Minor cleanup
Michael Pavone
2019-03-10
Scale H32 horizontally in fbdev backend so it has the correct aspect ratio
Michael Pavone
2019-03-10
Grab keyboard devices at startup so keyboard input stops going to terminal wh...
Michael Pavone
2019-03-10
Fix off-by-one error in evdev init code and allow ALSA device to be specified...
Michael Pavone
2019-03-10
Added raw fbdev/evdev/ALSA render backend
Michael Pavone
2019-02-25
More instruction timing fixes in old Z80 core
Michael Pavone
2019-02-20
Fix Z80 interrupts in Gen/MD mode when using new core. Disable CPU debug log ...
Michael Pavone
[next]