Sat, 15 Mar 2025 23:15:05 -0700 |
Michael Pavone |
Implement breakpoints in new 68K core
|
Thu, 29 Aug 2024 22:14:33 -0700 |
Michael Pavone |
Fix dynarec 68K instruction size metadata edge case bug
|
Tue, 30 Apr 2024 00:02:14 -0700 |
Michael Pavone |
Make some progress on compiling full emulator with new 68K core
|
Wed, 24 Jan 2024 18:51:44 -0800 |
Michael Pavone |
Avoid conflicts between watchpoints and normal debugger entry
|
Sat, 20 Jan 2024 21:16:04 -0800 |
Michael Pavone |
Fix off-by-one in watchpoint eval
|
Sat, 23 Dec 2023 23:03:31 -0800 |
Michael Pavone |
Implement watchpoints in Z80 debugger
|
Sat, 23 Dec 2023 22:11:43 -0800 |
Michael Pavone |
Oops, wrong type in sizeof for m68k_add_watchpoint
|
Sat, 23 Dec 2023 17:37:57 -0800 |
Michael Pavone |
Implement 68K watchpoints in internal debugger
|
Fri, 24 Nov 2023 14:44:01 -0800 |
Michael Pavone |
Fix regression in savestate loading
|
Mon, 16 Oct 2023 23:30:04 -0700 |
Michael Pavone |
Allow 68K to return mid-instruction. Adjust how 68K interrupt ack works so int2 busy flag timing is more correct. Fix some other SCD timing issues
|
Sat, 07 Oct 2023 18:04:35 -0700 |
Michael Pavone |
Fix some issues identified by asan/ubsan
|
Sun, 30 Oct 2022 12:04:29 -0700 |
Michael Pavone |
Use translate_out_of_bounds rather than defer_translation for addresses that lack native code size metadata
|
Mon, 05 Sep 2022 01:15:15 -0700 |
Michael Pavone |
Fix some 68K exception processing cycle times
|
Mon, 05 Sep 2022 00:49:03 -0700 |
Michael Pavone |
Fix bad 68K instruction timings revealed by Ti_'s test ROM, except those that involve exception timing
|