Mon, 24 Apr 2017 20:49:31 -0700 |
Michael Pavone |
Fix interaction between 68K debugger and instruction retranslation due to self modifying code or bank switching
|
Sun, 26 Feb 2017 23:20:11 -0800 |
Michael Pavone |
Fix direct usage of read rather than GDB_READ in gdb_remote.c
|
Sun, 22 Jan 2017 19:40:32 -0800 |
Michael Pavone |
Force IPV4 for GDB remote debugging on Windows. Bind to localhost instead of unspecified address since listening on external ports probably isn't a good idea in the general case
|
Tue, 10 Jan 2017 23:45:59 -0800 |
Michael Pavone |
Fix GDB remote protocol support
|
Mon, 19 Dec 2016 13:28:18 -0800 |
Michael Pavone |
Mostly working changes to allow support for multiple emulated system types in main blastem program
|
Fri, 09 Dec 2016 09:48:48 -0800 |
Michael Pavone |
WIP split of ROM loading/argument parsing from Genesis emulation code. Compiles and doesn't crash, but nothing works. Still a few too many globals as well.
|
Sun, 26 Jul 2015 17:21:49 -0700 |
Michael Pavone |
Fix a search/replace bug from the old Win32 GDB remote debugging work and replace some more print+exit combos with fatal_error
|
Sun, 26 Jul 2015 16:51:03 -0700 |
Michael Pavone |
Merge
|
Sun, 26 Jul 2015 16:48:25 -0700 |
Michael Pavone |
Old changes for GDB remote debugging on Windows I forgot to commit
|
Sun, 26 Jul 2015 16:32:34 -0700 |
Michael Pavone |
Fix GDB remote debugging support
|
Sat, 25 Jul 2015 18:22:07 -0700 |
Michael Pavone |
Use a new fatal_error function instead of calling fprintf and exit for fatal errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows).
|
Sun, 28 Jun 2015 09:53:17 -0700 |
Michael Pavone |
More clang warning cleanup
|