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
2017-12-31
Fix accidental add to RSP with SZ_D and SZ_PTR. Using SZ_D breakse when the s...
Michael Pavone
2017-12-31
Enable LTO on certain targets that don't need the full LDFLAGS by splitting o...
Michael Pavone
2017-10-19
Implemented Z80 IM 2 and attempted correct intack cycle delay
Michael Pavone
2017-10-14
Add support for writeable ROM and an entry for Game no Kanzume Otokuyou using...
Michael Pavone
2017-10-09
Attempt at fixing issue reported when compiling with MSVC
Michael Pavone
2017-10-09
Added detection of XBAND test ROMs. None seem to actually work with my limite...
Michael Pavone
2017-09-13
Push correct PC onto stack on divide by zero for pc-relative case
Michael Pavone
2017-09-13
Preserve original address when retranslating instructions instead of switchin...
Michael Pavone
2017-09-08
Fix unlk for the a7 case
Michael Pavone
2017-09-08
Fix what are hopefully th elast of the 68K instruction decoder bugs revealed ...
Michael Pavone
2017-09-07
More instruction decoder fixes
Michael Pavone
2017-09-06
Properly clear trace mode on interrupt or other exception. Fix NBCD with memo...
Michael Pavone
2017-09-06
Remove unused define in blastem.c
Michael Pavone
2017-09-06
Update version number for nightly builds
Michael Pavone
2017-09-06
Fix a bunch of 68K instruction decoder bugs revealed by r57shell/realmonster'...
Michael Pavone
2017-08-30
Added tag v0.5.1 for changeset 3d48cb0c28be
Michael Pavone
2017-08-30
Updated version string for 0.5.1 release
Michael Pavone
2017-08-30
Updated CHANGELOG for 0.5.1 release
Michael Pavone
2017-08-29
Fix minor graphical regression in Gunstar Heroes
Michael Pavone
2017-08-29
Fix regression in XBAND keyboard support. Fixes ticket:33
Michael Pavone
2017-08-29
Make initial bank register state stored in bank_regs match what is put in to ...
Michael Pavone
2017-08-29
Fix operator precedence in psg serialize/deserialize
Michael Pavone
2017-08-29
Save entirety of fnum register, not just the low 8 bits
Michael Pavone
2017-08-29
Fix savestate path calculation in genesis load_state
Michael Pavone
2017-08-29
Ensure extra_pc is NULL when resuming a save state
Michael Pavone
2017-08-29
Save and restore YM2612 timer control and keyon/off state in native save states
Michael Pavone
2017-08-28
Pass the correct context pointer to write handlers in mapper deserialize func...
Michael Pavone
2017-08-28
Save and restore Z80 bank register in native save states
Michael Pavone
2017-08-27
Save/restore mapper state in native save states
Michael Pavone
2017-08-26
Add ROM DB entries for remaining known EEPROM titles. Resolves ticket:21
Michael Pavone
2017-08-25
Update README in anticipation of 0.5.1 release
Michael Pavone
2017-08-24
Clear display in SDL2 renderer before doing the texture copy. This gets rid o...
Michael Pavone
2017-08-24
Allow actually saving a save state in more Z80 states. Save busreq/reset stat...
Michael Pavone
2017-08-24
Small fix submitted by Anaƫl Seghezzi to his subtle crt shader
Michael Pavone
2017-08-23
Allow reloading current ROM with a hotkey (default F5) and allow locking on a...
Michael Pavone
2017-08-21
Fix external v counter when normal resolution interlace mode is active
Michael Pavone
2017-08-21
Fix timing of VDP ODD flag toggle
Michael Pavone
2017-08-16
Using ui.exit to abort loading or saving a state via menu will no longer caus...
Michael Pavone
2017-08-16
Added a config file option for remembering the last path in the menu
Michael Pavone
2017-08-16
Added save states to SMS emulation
Michael Pavone
2017-08-13
Move vscroll latch further forward in H40 mode. Fixes a minor graphical glitc...
Michael Pavone
2017-08-11
Update VDP color map when loading a native save state
Michael Pavone
2017-08-11
Avoid generating an instruction that would require a REX prefix when a7 is us...
Michael Pavone
2017-08-09
write_cram_internal takes a CRAM index, not a CRAM address
Michael Pavone
2017-08-09
New savestates are working. New config file option for selecting format state...
Michael Pavone
2017-08-06
WIP - New savestate format
Michael Pavone
2017-07-07
Fix texture coordinate offsets in default shader so things look right with re...
Michael Pavone
2017-07-07
Ignore SRAM in cart header if it is in the upper 8MB of the address space
Michael Pavone
2017-07-06
Fix s(tep) debug command for the case of dbra with an expired counter reg
Michael Pavone
2017-06-30
Make drag and drop play nice with the menu
Michael Pavone
[next]