Sun, 26 Jul 2015 13:25:31 -0700 |
Michael Pavone |
Merge
|
Sun, 26 Jul 2015 11:00:25 -0700 |
=?UTF-8?q?Higor=20Eur=C3=ADpedes?= |
Fix some memory issues
|
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).
|
Fri, 22 May 2015 23:49:32 -0700 |
Michael Pavone |
Don't attempt to translate or map code at odd addresses. This fixes a bug that shows up when playing College Footbal USA 96
|
Fri, 22 May 2015 21:11:41 -0700 |
Michael Pavone |
Fix out of bounds memory access when an instruction wraps around the end of memory
|
Sun, 17 May 2015 15:41:15 -0700 |
Michael Pavone |
Don't overwrite an instruction offset mapping with an extension word value. I really need the ability for a word to be mapped to more than one instruction, but this will be more correct for now
|
Wed, 13 May 2015 23:55:02 -0700 |
Michael Pavone |
Fix problem with removing breakpoints
|
Mon, 11 May 2015 20:34:33 -0700 |
Michael Pavone |
Remove/comment verbose logging added for tracking down sync bug
|
Mon, 11 May 2015 00:28:47 -0700 |
Michael Pavone |
Sync fixes and logging to fix more sync issues
|
Tue, 28 Apr 2015 19:04:36 -0700 |
Michael Pavone |
Fix bug in map_native_address that was breaking some self-modifying code in Gunstar Heroes
|
Wed, 14 Jan 2015 09:38:54 -0800 |
Michael Pavone |
Removed hardcoded assumptions in M68K core about which parts of the memory map are RAM
|
Thu, 08 Jan 2015 21:00:21 -0800 |
Michael Pavone |
Moved m68k_save_result to m68k_core.c
|
Thu, 08 Jan 2015 19:11:56 -0800 |
Michael Pavone |
Moved translate_m68k_rte and translate_m68k_reset to m68k_core.c
|
Sun, 04 Jan 2015 23:21:56 -0800 |
Michael Pavone |
Prevent an infinite loop when handling out of bounds addresses in translate_m68k_stream
|
Sat, 03 Jan 2015 20:46:25 -0800 |
Michael Pavone |
Fix 68K remove_breakpoint
|