Sat, 23 Dec 2023 23:03:31 -0800 |
Michael Pavone |
Implement watchpoints in Z80 debugger
|
Sat, 23 Dec 2023 17:37:57 -0800 |
Michael Pavone |
Implement 68K watchpoints in internal debugger
|
Sat, 02 Sep 2023 12:08:43 -0700 |
Michael Pavone |
Fix crash when function pointer path is taken in MMAP_FUNC_NULL region that also has MMAP_CODE
|
Mon, 26 Dec 2022 07:17:29 -0800 |
Michael Pavone |
Hopefully make older versions of gcc happy
|
Sun, 25 Dec 2022 18:16:44 -0800 |
Michael Pavone |
Avoid code mem allocation bomb when a div instruction gets rewritten
|
Sat, 17 Sep 2022 15:38:40 -0700 |
Michael Pavone |
Implement MMAP_ONLY_ODD/EVEN in combination with MMAP_PTR_IDX. Fixes games that have SRAM when a system with TMSS is selected
|
Sat, 19 Mar 2022 15:50:45 -0700 |
Michael Pavone |
Fix some dynarec code invalidation issues
|
Fri, 18 Mar 2022 20:49:07 -0700 |
Michael Pavone |
Implement word RAM interleaving in 1M mode, now passes mcd-verificator word RAM tests
|