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
2020-05-02
Use zlib to compress event log streams
Mike Pavone
2020-05-02
Fix some netplay issues
Mike Pavone
2020-05-01
Netplay protocol size optimization
Michael Pavone
2020-05-01
Fix awful playback latencin in new netplay implementation
Michael Pavone
2020-05-01
Properly initialize Genesis reset cycle on startup. Fixes crash in GDB remote...
Michael Pavone
2020-04-30
Fix some questionable comparisons between 64-bit values and literals that fit...
Michael Pavone
2020-04-30
Remove usage of GCC pointer arithmetic on void * extension
Michael Pavone
2020-04-30
Add missing file from new 68K core
Michael Pavone
2020-04-30
Fix non-Windows build break from Windows compat changes
Michael Pavone
2020-04-30
Get WIP net play code compiling on Windows and cleanup some unistd.h includes
Michael Pavone
2020-04-29
Fix short event format decode bug
Michael Pavone
2020-04-29
Add missing netplay files and add in support for sending gamepad commands bac...
Michael Pavone
2020-04-29
WIP netplay support
Michael Pavone
2020-04-29
Fix addrinfo leak in GDB remote debug support
Michael Pavone
2020-04-26
Fix vgmplay target
Michael Pavone
2020-04-26
Kill the stateview target as it is not very useful these days and breaks a lot
Michael Pavone
2020-04-25
Fix instruction timing for addq.w #i, (ay) in dynarec
Michael Pavone
2020-04-24
Implement 68K or and sub instructions in new core
Michael Pavone
2020-04-23
Implement 68K eor instruction in new core
Michael Pavone
2020-04-23
Implement 68K and instruction in new core
Michael Pavone
2020-04-23
Fix autogenerated temp variables in interrupt subroutine in CPU DSL
Michael Pavone
2020-04-18
Allow override of SDL2 include path for "portable" builds
Michael Pavone
2020-04-18
Allow specifying a default font path at build time
Michael Pavone
2020-04-18
Make requested sample format configurable
Michael Pavone
2020-04-18
WIP new sync mode that runs emulation on audio thread
Michael Pavone
2020-04-17
Fix stateview target
Mike Pavone
2020-04-17
Fix regression in Konami games from address/cd latch changes
Mike Pavone
2020-04-16
Admit defeat on the "trying to write CRAM dots while output is null issue" fo...
Mike Pavone
2020-04-16
Update libretro target to use render_audio shared audio code
Mike Pavone
2020-04-13
Add memory hook for genesis/megadrive save and cheevos support
negativeExponent
2020-04-13
Don't apply address and cd register changes to the 'live' registers until pen...
Michael Pavone
2020-04-13
Add memory hook for cheat/rumble/cheevos support
negativeExponent
2020-04-13
Added implementation of printing PC in 68K debugger
Michael Pavone
2020-04-10
Added soft reset command to debugger. Added more debugger help
Eric Fry
2020-04-10
Added help commands to debugger
Eric Fry
2020-04-11
Use proper memory map in Z80 debugger for memory printing
Michael Pavone
2020-04-03
Z80 HALT isn't really terminal. Fixes bug in Z80 disassembler
Michael Pavone
2020-04-03
Fix bug in in (c) instruction in Z80 dynarec
Michael Pavone
2020-04-03
Top bits of address register should be cleared on partial command word write....
Michael Pavone
2020-04-02
Make sure fallback memory region is always last
Michael Pavone
2020-04-02
Don't lockup on writes to !TIME or !FDC regions regardless of whether anythin...
Michael Pavone
2020-04-02
Reading from Z80 bus when Z80 is not bus requested should return open bus. Fi...
Michael Pavone
2020-04-01
Fix regression at the very start of The Revenge of Shinobi
Michael Pavone
2020-03-28
Skip invalid registers when dumping initial YM2612 state to VGM log
Michael Pavone
2020-03-28
Fix PSG frequency written to VGM header when logging
Michael Pavone
2020-03-28
Expose vgm toggle keybind in settings UI
Michael Pavone
2020-03-27
Initial stab at VGM logging support
Michael Pavone
2020-03-26
Fix stateview target
Michael Pavone
2020-03-25
Some partial work on TMSS registers, more accurate open bus locations and imp...
Michael Pavone
2020-02-27
Make VDP VSRAM capacity respect model selection
Michael Pavone
[next]