log

age author description
Wed, 17 Apr 2024 22:18:45 -0700 Michael Pavone Kinda hacky fix to make sure Nuklear has the right GL context default tip
Wed, 17 Apr 2024 22:14:37 -0700 Michael Pavone Get rect fills for Pico pad working in GL mode
Wed, 17 Apr 2024 21:55:30 -0700 Michael Pavone Some VGM player changes I forgot to commit
Wed, 17 Apr 2024 21:54:44 -0700 Michael Pavone Get static images working in GL mode
Wed, 17 Apr 2024 20:50:24 -0700 Michael Pavone Add files forgotten in a previous commit
Mon, 15 Apr 2024 23:07:18 -0700 Michael Pavone Fix crash when enabling VGM recording while running Pico or Copera software
Mon, 15 Apr 2024 23:00:02 -0700 Michael Pavone Remove dis.exe and zdis.exe from Windows builds due to silly antivirus false positives
Sun, 14 Apr 2024 12:30:32 -0700 Michael Pavone Implement turbo/slow for Pico and Copera
Sun, 14 Apr 2024 11:46:34 -0700 Michael Pavone Delete old TODO (values were already correct)
Sun, 14 Apr 2024 11:40:32 -0700 Michael Pavone Add support for rendering debug windows with OpenGL in perparation for allowing Nuklear UI in them
Sun, 31 Mar 2024 10:21:34 -0700 Michael Pavone Fix Linux font selection regression
Sat, 30 Mar 2024 21:10:20 -0700 Michael Pavone Impelement partial support for DAC stream commands in VGM player
Sat, 30 Mar 2024 14:27:47 -0700 Michael Pavone Implement some flow control instructions in new 68K core. WIP implementation of movem in new 68K core.
Sat, 30 Mar 2024 14:26:48 -0700 Michael Pavone Try multiple results from fc-match on Linux rather than assuming the first choice font will be suitable
Fri, 08 Mar 2024 23:14:08 -0800 Michael Pavone Implement unlk, tst and nop in new 68K core
Thu, 07 Mar 2024 00:53:11 -0800 Michael Pavone Implement lea and pea in new 68K core
Tue, 05 Mar 2024 23:23:06 -0800 Michael Pavone Make sticky_path respect save config with EXE option
Sun, 03 Mar 2024 13:47:59 -0800 Michael Pavone Fix bug in Gen/MD serialize routine that could cause a use-after free in some cases
Sat, 02 Mar 2024 15:33:14 -0800 Michael Pavone Fix some issues with libretro serialization
Sat, 02 Mar 2024 15:18:25 -0800 Michael Pavone Add game gear to the libretro extension list
Sun, 25 Feb 2024 23:59:37 -0800 Michael Pavone Fix Ax Battler: A Legend of Golden Axe
Sun, 25 Feb 2024 23:32:19 -0800 Michael Pavone Implement swap instruction in new 68K core
Sun, 25 Feb 2024 11:08:35 -0800 Michael Pavone Switch to YMZ280B ADPCM algorithm. Still sounds a little rough, but definitely much better than with the YM2610 ADPCM-A setup
Sat, 24 Feb 2024 23:16:37 -0800 Michael Pavone Implement link instruction in new 68K core
Sat, 24 Feb 2024 23:16:29 -0800 Michael Pavone Update test generator to not generate link instructions with an odd displacement
Sat, 24 Feb 2024 22:54:36 -0800 Michael Pavone Implement ext instruction in new 68K core
Sat, 24 Feb 2024 21:07:38 -0800 Michael Pavone Fix some YMZ263B timer issues
Sat, 24 Feb 2024 20:41:02 -0800 Michael Pavone Initial stab at PCM/ADPCM support in YMZ263B emulation
Sat, 24 Feb 2024 11:53:44 -0800 Michael Pavone Add missing mask to vscroll calculation in Mode 4
Fri, 23 Feb 2024 23:09:20 -0800 Michael Pavone Implement neg and not instructions in new 68K core