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-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
2016-04-28
Implemented A line and F line traps.
Michael Pavone
2016-04-27
Properly emulate machine freeze when reading from VDP while configured for wr...
Michael Pavone
2016-04-27
Implement privelege violation exceptions
Michael Pavone
2016-04-27
Implemented IR and undefined bits of info word for address error exception fr...
Michael Pavone
2016-04-27
Fix changes made to get_instruction_start and map_native_address to cope with...
Michael Pavone
2016-04-26
Initial stab at implementing address error exceptions. Need to fill in the va...
Michael Pavone
2016-04-26
Implement illegal instruction trap
Michael Pavone
2016-04-24
Fix interrupt latency from STOP instruction status reg changes. Fix modified ...
Michael Pavone
2016-04-24
FIFO should show as empty during a DMA fill after the initial write is done. ...
Michael Pavone
2016-04-24
Fixes to the DMA busy flag and DMA fill. Now up to 120/122 on VDP FIFO Testing.
Michael Pavone
2016-04-24
Add a trivial get_open_bus_value() function to stateview so it compiles again.
Michael Pavone
2016-04-24
Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/1...
Michael Pavone
2016-04-24
Implemented VDP read prefetch and made DMA copy not use the FIFO any more. No...
Michael Pavone
2016-04-24
Fix order of writes for move.l with a predec destination
Michael Pavone
2016-04-23
Disable refresh emulation with some ifdefs for now as it currently is not acc...
Michael Pavone
2016-04-23
Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone
2016-04-23
Properly imlement btst with an immediate destination. Fixes a crash in NHL 95.
Michael Pavone
2016-04-23
Fixed loading of SMD format ROMs
Michael Pavone
2016-04-22
FindFirstFile makes more sense for getting modification times of a path than ...
Michael Pavone
2016-04-22
Get mouse working in save state slot selection menu
Michael Pavone
2016-04-21
Implement Windows versions of recently added functions in util.c and get the ...
Michael Pavone
2016-04-21
Move mouse mode and capture state to emulation context so it persists properl...
Michael Pavone
[prev]
[next]