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-07-11
Fix broken enum definitions that cause multiple definition errors when buildi...
Mike Pavone
2020-07-11
Fix libretro target on windows
Mike Pavone
2020-06-28
Enter debugger when a VDP data port read would cause a CPU lockup
Mike Pavone
2020-06-28
Fix regressions from most recent address/cd latch change. Need to do more res...
Mike Pavone
2020-06-18
Update cycle to VGM sample conversion based on ValleyBell's suggestion
Michael Pavone
2020-06-18
Merge
Michael Pavone
2020-06-18
Fix regressions in Monster World IV and Sonic 3D Blast caused by address latc...
Michael Pavone
2020-06-13
Add stop command to end of recorded VGM stream
Mike Pavone
2020-06-13
Merge
Michael Pavone
2020-06-13
Somewhat buggy implementations of shift instructions in new 68K core
Michael Pavone
2020-06-12
Fix 68k test harness target, add cycle count to output and add a cycle limit
Michael Pavone
2020-06-10
Fix cycle timing of a number of 68K instructions
Michael Pavone
2020-06-02
Add ROM DB entry for Sonic Delta
Mike Pavone
2020-06-01
Fix handling of unmapped reads/writes to the cart/expansion port region
Mike Pavone
2020-05-16
Fix libretro target
Michael Pavone
2020-05-16
Fix vgmplay target
Michael Pavone
2020-05-15
Fix regression in Mode 4 support caused by address/cd latch changes
Michael Pavone
2020-05-12
Go back to unpausing audio in render_video_loop to ensure the core is no long...
Michael Pavone
2020-05-09
Less hacky run on audio thread mode
Michael Pavone
2020-05-09
Don't hold frame queue mutex while rendering
Michael Pavone
2020-05-09
Fix regression in run on audio thread mode
Michael Pavone
2020-05-09
Allow use of NPOT textures as a config option. Useful for some mobile GPUs
Michael Pavone
2020-05-09
Specify desired language when invoking fc-match to find an appropriate font o...
Michael Pavone
2020-05-08
Avoid expensive re-init from switching to external sync after render_init has...
Michael Pavone
2020-05-08
Better handling of pad assignment to remotes
Michael Pavone
2020-05-08
Fix handling of remote disconnects
Michael Pavone
2020-05-08
Fix "full" deflate flush so multiple remotes can successfully join
Michael Pavone
2020-05-08
Add an event log soft flush and call it twice per frame in between hard flush...
Michael Pavone
2020-05-08
megawifi: implement CMD_DATETIME
doragasu
2020-05-08
megawifi: implement UDP sockets
doragasu
2020-05-08
megawifi: use util module socket functions for WIN32 compatibility
doragasu
2020-05-08
Make netplay remote sync to network rather than audio or video so it doesn't ...
Michael Pavone
2020-05-04
Skip setting AI_NUMERICSERV in megawifi code on Windows for now so min SDK ve...
Michael Pavone
2020-05-03
More correct implementation of byte printing in builtin debugger. Fix GDB deb...
Michael Pavone
2020-05-03
Apply fixes to helper functions in backend.c from interp branch
Michael Pavone
2020-04-28
Add support for printing a byte from memory in native debugger. Add stubs for...
Eric Fry
2020-05-03
Implement CMD_HRNG_GET, CMD_GAMERTAG_GET and CMD_LOG.
doragasu
2020-05-03
Implement CMD_TCP_CON command
doragasu
2020-05-03
megawifi: stub common commands to get config.
doragasu
2020-05-03
megawifi: refactor and update commands
doragasu
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
[next]