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-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
2019-02-20
Fix calculation for whether coalesceFlags is needed for xchg instruction in C...
Michael Pavone
2019-02-20
A couple more instruction timing fixes in new Z80 core
Michael Pavone
2019-02-19
Fix implementation of halt in new Z80 core
Michael Pavone
2019-02-19
Small fix to ztestrun rule in makefile
Michael Pavone
2019-02-19
Fix cycle counts of a few instructions in old Z80 core
Michael Pavone
2019-02-19
Add emulated MHz output to blastcpm
Michael Pavone
2019-02-19
Store sync_cycle in context rather than in a local in CPU DSL. Fix the timing...
Michael Pavone
2019-02-16
Fix size of relocated Z80 bank register field
Michael Pavone
2019-02-15
Added in block instructions, fixed IO address calculation in out block instru...
Michael Pavone
2019-02-15
Add appropriate cycles for IO access
Michael Pavone
2019-02-15
Basic support for string operands in CPU DSL
Michael Pavone
2019-02-12
Integration of new Z80 core is sort of working now
Michael Pavone
2019-02-10
Initial attempt at interrupts in new Z80 core and integrating it into main ex...
Michael Pavone
2019-02-09
Allow profiling blastcpm with perftools
Michael Pavone
2019-02-09
Optimization to memory access in new Z80 core
Michael Pavone
2019-02-08
Added option to CPU DSL to produce a threaded interpreter using computed goto
Michael Pavone
2019-02-07
Added init functions to z80_util.c so new Z80 core is closer to a drop in rep...
Michael Pavone
2019-02-06
Optimization of flag calculation for flags that just copy a bit from the resu...
Michael Pavone
2019-02-06
Call srand in Z80 test generator so different values are used when regenerati...
Michael Pavone
2019-02-06
Fixes to DAA, SCF and CCF to pass ZEXALL in new Z80 core
Michael Pavone
[next]