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-29
Implemented undocumented flag bits for rotate instructions
Michael Pavone
2016-07-29
Implement undocumented flag bits for block LD instructions
Michael Pavone
2016-07-29
Implement undocumented flag bits for block CP instructions
Michael Pavone
2016-07-28
Implement undoumented flag bits for DAA, CPL, SCF and CCF
Michael Pavone
2016-07-28
Partial support for undocumented flag bits
Michael Pavone
2016-07-27
More efficient register usage in 32-bit mode
Michael Pavone
2016-07-27
Change cycle tracking code for Z80 core to only use a single register. Store ...
Michael Pavone
2016-07-26
Fix DAA and implement half-carry for remaining instructions. Z80 core now pas...
Michael Pavone
2016-07-26
Implement half-carry for INC, DEC and NEG
Michael Pavone
2016-07-25
Properly handle redundant prefixes
Michael Pavone
2016-07-24
Implement block CP instructions. Fix bug that would corrupt context reg in DA...
Michael Pavone
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
[prev]
[next]