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
2016-07-24
Implement Z80 DAA. Implement half-carry flag for the rest of the "easy" cases...
Michael Pavone
2016-07-23
Add ROM DB entry for Madden NFL 98 as it is missing SRAM info in its header a...
Michael Pavone
2016-07-23
Implement Z80 block OUT instructions. Fixes Power Monger
Michael Pavone
2016-07-19
Fix bug in ensure_dir_exists that would cause it to fail when mixed path sepa...
Michael Pavone
2016-07-17
Add ROM DB entry for Wonder Boy in Monster World that was accidentally remove...
Michael Pavone
2016-07-17
Merge
Michael Pavone
2016-06-30
Added Buck Rogers to ROM DB as it needs SRAM, but does not specify it in the ...
Michael Pavone
2016-05-16
Added support for binding a bunch more "special" keys
Michael Pavone
2016-05-15
Complete SDL to Saturn scan code mapping
Michael Pavone
2016-05-15
Fix bug in vflip implementation when in double resolution interlace mode
Michael Pavone
2016-05-15
Fixed a bug in get_header_name that results in a crash if the "International ...
Michael Pavone
2016-05-15
Fixed a really egregious bug in the arena implementation. Not sure how this e...
Michael Pavone
2016-05-12
Slightly better handling of directory read errors
Michael Pavone
2016-05-11
Fix implementation of sprite collision flag. Old implementation did not make ...
Michael Pavone
2016-05-11
Initial stab at Saturn keyboard support
Michael Pavone
2016-05-10
Fix PC value pushed to stack for A and F line traps
Michael Pavone
2016-05-10
Fix bug in 68K movep.l when the destination is a register mapped to a host re...
Michael Pavone
2016-05-06
Add missing dependency for font.tiles in Makefile
Michael Pavone
2016-05-04
Allow navigating to the root directory on Unix-like systems
Michael Pavone
2016-05-04
Merge
Michael Pavone
2016-05-04
Added tag v0.4.0 for changeset 4a92889e2889
Michael Pavone
2016-05-04
Fix OS X build
Michael Pavone
2016-05-02
Added tag v0.4.0 for changeset e34334e6c682
Michael Pavone
2016-05-02
Fix GST savestate loading to deal with SAT cache to fix sprite corruption on ...
Michael Pavone
2016-05-02
Update changelog and version number for 0.4.0 release
Michael Pavone
2016-05-02
Added documentation for lock-on support and a fullscreen config option.
Michael Pavone
2016-05-02
Very basic support for S&K lock-on. Needs more work for full functionality.
Michael Pavone
2016-05-02
Handle failures to load save state from the menu more gracefully
Michael Pavone
2016-05-02
More README updates
Michael Pavone
2016-05-02
WIP README updates
Michael Pavone
2016-05-01
Get rid of little divot on top of buttons in menu caused by the flat part not...
Michael Pavone
2016-05-01
Fully functional next/previous buttons
Michael Pavone
2016-05-01
Fix bug in which trying to load another ROM after saving or loading a savesta...
Michael Pavone
2016-05-01
Fix bug in which save RAM/EEPROM was not persisted correctly if the emulator ...
Michael Pavone
2016-05-01
Removed assumptions that path separators are Unix style outside of Unix-only ...
Michael Pavone
2016-05-01
Added IO overrides for games I've tested with mouse support and to Ms. Pac-Ma...
Michael Pavone
2016-05-01
Improve parsing of game name from ROM header
Michael Pavone
2016-05-01
Allow overriding speed 0. May be useful for people that want to use vsync
Michael Pavone
2016-05-01
Set vsync state based on config file rather than just using whatever the syst...
Michael Pavone
2016-05-01
Added a config option that allows turning scanlines on and off
Michael Pavone
2016-05-01
Made low pass filter frequency configurable
Michael Pavone
2016-04-30
Fix bug in SAT cache address calculation that caused a crash in Strider II
Michael Pavone
2016-04-30
Added TODO for hardware checking
Michael Pavone
2016-04-30
Set sprite overflow flag if we completely consume sprite rendering capacity f...
Michael Pavone
2016-04-30
Implement SAT cache. Causes some graphical corruption in Overdrive due to an ...
Michael Pavone
2016-04-30
YOUR EMULATOR SUX is dead. Needs logic analyzer testing to check exact delay ...
Michael Pavone
2016-04-30
Fix 68K interrupt handling some more. Fatal Rewind is working again.
Michael Pavone
2016-04-30
Fix some stuff with interrupt timing. The change in adjust_int_cycle gets Ove...
Michael Pavone
2016-04-28
Added code to display Next and Prev buttons on file listing screens to menu
Michael Pavone
2016-04-28
Add Wonder Boy in Monster World to ROM DB as it needs working EEPROM support ...
Michael Pavone
[next]