Wed, 26 Mar 2025 01:20:55 -0700 |
Michael Pavone |
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
|
Sat, 15 Mar 2025 23:15:05 -0700 |
Michael Pavone |
Implement breakpoints in new 68K core
|
Fri, 07 Mar 2025 21:45:53 -0800 |
Michael Pavone |
Allow calling functions directly as if they were commands
|
Wed, 14 Aug 2024 22:25:20 -0700 |
Michael Pavone |
Some more improvements to Z80 step, next and over commands
|
Wed, 14 Aug 2024 22:14:21 -0700 |
Michael Pavone |
Z80 debugger improvements
|
Tue, 30 Apr 2024 22:32:08 -0700 |
Michael Pavone |
Get blastem compiling with new 68K core
|
Tue, 30 Apr 2024 00:02:14 -0700 |
Michael Pavone |
Make some progress on compiling full emulator with new 68K core
|
Wed, 21 Feb 2024 23:42:19 -0800 |
Michael Pavone |
Initial work on Copera emulation
|
Sat, 20 Jan 2024 21:15:56 -0800 |
Michael Pavone |
Expose gamepad state in debugger
|
Thu, 04 Jan 2024 22:56:35 -0800 |
Michael Pavone |
Initial support for Colecovision emulation
|
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
|
Wed, 13 Dec 2023 20:09:18 -0800 |
Michael Pavone |
Basic string support in debugger language
|
Wed, 06 Dec 2023 22:25:49 -0800 |
Michael Pavone |
Add debugger load command
|
Tue, 05 Dec 2023 21:29:21 -0800 |
Michael Pavone |
Add debugger save command
|
Tue, 21 Nov 2023 21:35:14 -0800 |
Michael Pavone |
Prefix most hex-formatted values output by debugger with $ for consistency with number literal parsing
|
Mon, 20 Nov 2023 19:53:00 -0800 |
Michael Pavone |
Fix regression in debugger for Mega CD
|
Thu, 09 Nov 2023 23:30:20 -0800 |
Michael Pavone |
Initial stab at user-defined functions in debugger language
|
Thu, 09 Nov 2023 19:22:07 -0800 |
Michael Pavone |
Add some more builtin functions to debugger language
|
Wed, 08 Nov 2023 23:47:47 -0800 |
Michael Pavone |
Add missing math.h include
|
Wed, 08 Nov 2023 23:47:26 -0800 |
Michael Pavone |
Basic function call support in debug language
|
Wed, 08 Nov 2023 00:09:33 -0800 |
Michael Pavone |
Add support for function call expressions in debug parser
|
Tue, 07 Nov 2023 22:19:21 -0800 |
Michael Pavone |
Basic float support in debug language
|
Mon, 06 Nov 2023 22:41:33 -0800 |
Michael Pavone |
Refactor debugger a bit. Allow types other than integers to be passed in expressions and stored in arrays. Better namespace support
|
Mon, 30 Oct 2023 00:07:56 -0700 |
Michael Pavone |
Initial implementation of VDP register write breakpoints
|
Sat, 28 Oct 2023 16:04:58 -0700 |
Michael Pavone |
Expose some more emu state via debugger array mechanism
|
Sat, 28 Oct 2023 14:39:19 -0700 |
Michael Pavone |
Support for arrays in debugger language
|
Sat, 28 Oct 2023 00:52:10 -0700 |
Michael Pavone |
Give debugger expression engine access to VDP and Sub CPU values. Add basic variable support
|
Fri, 27 Oct 2023 23:49:04 -0700 |
Michael Pavone |
Fix annoying bug in debugger tokenizer
|
Sun, 12 Mar 2023 20:03:35 -0700 |
Michael Pavone |
Fix libretro build for real
|