Mon, 31 Mar 2025 21:06:18 -0700 |
Michael Pavone |
Fix default target. Ensure m68k.h and z80.h are built before anything else when no dep info is available
default tip
|
Mon, 31 Mar 2025 21:05:42 -0700 |
Michael Pavone |
Fix some uninitiazed date in realtec_configure_rom
|
Mon, 31 Mar 2025 21:02:17 -0700 |
Michael Pavone |
WIP attempt to move VDP rendering to a separate thread
|
Sun, 30 Mar 2025 00:06:53 -0700 |
Michael Pavone |
Add a compile-time flag to use RGB565 instead of ABGR/ARGB
|
Sat, 29 Mar 2025 23:54:45 -0700 |
Michael Pavone |
Fix crash bug in Android fallback font loading path
|
Wed, 26 Mar 2025 22:48:34 -0700 |
Michael Pavone |
Avoid unaligned access in nk_murmur_hash
|
Wed, 26 Mar 2025 22:30:22 -0700 |
Michael Pavone |
Fix generating shader list on Android
|
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
|
Wed, 26 Mar 2025 01:20:09 -0700 |
Michael Pavone |
Fix small bug in goto dispatch output of CPU dsl
|
Wed, 26 Mar 2025 01:17:04 -0700 |
Michael Pavone |
Ignore devices with 3-axes and no buttons since these are generally not gamepads/joysticks but accelerometers or gyros
|
Wed, 26 Mar 2025 01:15:52 -0700 |
Michael Pavone |
Make the controller remap UI less twitchy on high refresh rate screens and filter out events from other controllers
|
Sat, 15 Mar 2025 23:31:30 -0700 |
Michael Pavone |
Reset selected widget when changing directories in file browser
|
Sat, 15 Mar 2025 23:15:05 -0700 |
Michael Pavone |
Implement breakpoints in new 68K core
|
Fri, 14 Mar 2025 01:18:11 -0700 |
Michael Pavone |
Implement Z80/PSG clock speed test register bit
|
Sun, 09 Mar 2025 22:53:04 -0700 |
Michael Pavone |
Fix an issue in which CD timer interrupts could get missed, at least with the new interpreter
|