log

age author description
Mon, 19 Feb 2024 22:52:21 -0800 Michael Pavone Implement bit instructions in new CPU core
Mon, 19 Feb 2024 18:14:56 -0800 Michael Pavone Implement cmp instructions in new 68K core
Mon, 19 Feb 2024 18:14:12 -0800 Michael Pavone Allow more if statements to be constant folded in CPU DSL
Mon, 19 Feb 2024 17:55:45 -0800 Michael Pavone Fix implementation of cmp for 32-bit operands or when operation size is smaller than the size of the operands
Sun, 18 Feb 2024 22:34:51 -0800 Michael Pavone Fix cycle counts for a number of instructions in new 68K core
Sun, 18 Feb 2024 22:30:16 -0800 Michael Pavone Avoid address errors in generated tests
Thu, 15 Feb 2024 21:49:17 -0800 Michael Pavone Fix some issues in new 68K core and add implementations of negx and clr instructions
Thu, 15 Feb 2024 21:48:22 -0800 Michael Pavone Update signature of init_m68k_opts in new core to match changes in old one
Thu, 15 Feb 2024 21:47:14 -0800 Michael Pavone Update comparetests to python3 and change it to use a "clean" build of a core from blatem for comparison
Tue, 13 Feb 2024 21:18:47 -0800 Michael Pavone Get 68K test harness compiling again
Tue, 13 Feb 2024 21:18:31 -0800 Michael Pavone Update some 68K test harness scripts to Python 3
Mon, 12 Feb 2024 07:42:32 -0800 Michael Pavone Sugar for unary operators in CPU DSL
Sun, 11 Feb 2024 20:41:28 -0800 Michael Pavone Sugar for some basic conditionals in CPU DSL
Sun, 11 Feb 2024 20:15:00 -0800 Michael Pavone Sugar for binary operators in CPU DSL
Sun, 11 Feb 2024 17:26:52 -0800 Michael Pavone Added a little syntax sugar to CPU DSL and started updating new Z80 core to use it
Sun, 11 Feb 2024 15:44:01 -0800 Michael Pavone Fix blastcpm target
Sun, 11 Feb 2024 11:04:39 -0800 Michael Pavone More flexible loading of Pico storyware assets
Sat, 10 Feb 2024 17:46:30 -0800 Michael Pavone Add region override for German version of The Lion King for Pico
Sat, 10 Feb 2024 17:28:05 -0800 Michael Pavone Fix polarity of pico ADPCM busy flag
Thu, 08 Feb 2024 21:05:49 -0800 Michael Pavone Fix playback of ADPCM blocks with an odd number of samples
Thu, 08 Feb 2024 20:44:44 -0800 Michael Pavone Fix some Pico ADPCM behaviors
Thu, 08 Feb 2024 20:24:37 -0800 Michael Pavone Fix byte reads of ADPCM ports. Fixes hangs in Sanchoume no Tama and Sailor Moon Sailor Stars - Tokimeki Party
Wed, 07 Feb 2024 20:03:23 -0800 Michael Pavone Fix Pico ADPCM decoding and get relative volume approximately correct
Tue, 06 Feb 2024 21:47:11 -0800 Michael Pavone Somewhat busted support for Pico ADPCM
Tue, 06 Feb 2024 06:34:49 -0800 Michael Pavone Fix crash when loading new ROM via drag/drop when existing ROM has lock-on
Sun, 04 Feb 2024 20:11:39 -0800 Michael Pavone Initial implementation of storbook artwork display
Sat, 03 Feb 2024 18:32:41 -0800 Michael Pavone WIP Pico emulation
Thu, 25 Jan 2024 22:18:46 -0800 Michael Pavone Remove extra clear of DSR
Thu, 25 Jan 2024 21:54:04 -0800 Michael Pavone Clear DSR in certain gate array writes. Fixes issue in Penn & Teller's Smoke and Mirrors
Wed, 24 Jan 2024 20:18:17 -0800 Michael Pavone Make termhelper work when current working directory is not the one that contains blastem
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, 20 Jan 2024 21:15:56 -0800 Michael Pavone Expose gamepad state in debugger
Sat, 20 Jan 2024 01:30:19 -0800 Michael Pavone Fix regression in Prince of Persia
Fri, 19 Jan 2024 22:30:25 -0800 Michael Pavone Properly handle stack alignment in m68k breakpoint implementation
Thu, 18 Jan 2024 23:03:58 -0800 Michael Pavone Fix some CD-ROM emulation issues and make timing better match my MCD2. Seems to fix or at least improve video playback in Iron Helix and Power Rangers
Wed, 17 Jan 2024 23:51:37 -0800 Michael Pavone Fix uninitialized base cycle count in Z80 interp path and do a little other interp path cleanup. Fixes issue with 3x3 Eyes
Mon, 15 Jan 2024 17:32:20 -0800 Michael Pavone Updated Sik's NTSC shader
Mon, 15 Jan 2024 17:30:40 -0800 Michael Pavone Fix mask for CD graphics destination horizontal offset
Thu, 04 Jan 2024 23:46:32 -0800 Michael Pavone Forgot to commit the colecovision files
Thu, 04 Jan 2024 23:31:54 -0800 Michael Pavone Fix out of bound read from mode4_address_map in TMS modes
Thu, 04 Jan 2024 22:56:35 -0800 Michael Pavone Initial support for Colecovision emulation
Thu, 04 Jan 2024 22:14:29 -0800 Michael Pavone Fix nmi_start not getting adjusted during a cycle adjustment
Thu, 04 Jan 2024 22:13:46 -0800 Michael Pavone Fix silly TMS9918A bug, make CRAM viewer sorta useful in TMS9918A modes, make mode4 address map externally viewable for debugger
Thu, 04 Jan 2024 22:12:03 -0800 Michael Pavone Update Sik's NTSC shader
Wed, 03 Jan 2024 19:45:23 -0800 Michael Pavone Fix some further fallout of ZIP reload fix
Wed, 03 Jan 2024 19:40:57 -0800 Michael Pavone Fix crash caused by ZIP reload fix
Tue, 02 Jan 2024 21:40:32 -0800 Michael Pavone Remove debug print statement
Tue, 02 Jan 2024 21:07:09 -0800 Michael Pavone Better implementation of alloc_code for ASLR/libretro cases that also hopefully works on modern Mac OS
Tue, 02 Jan 2024 18:23:15 -0800 Michael Pavone Fix libblastem target
Tue, 02 Jan 2024 18:14:28 -0800 Michael Pavone Fix reload of zipped and gzipped ROMS
Mon, 01 Jan 2024 20:02:41 -0800 Michael Pavone Fix incorrect manipulation of lock-on cart memory map
Mon, 01 Jan 2024 19:50:20 -0800 Michael Pavone Fix asan violation that occurs when locking on a cart with its own mapper hardware
Mon, 01 Jan 2024 19:27:31 -0800 Michael Pavone Fix crash when loading a subsequent ROM after lock-on
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 22:04:27 -0800 Michael Pavone Implement gdb remote kill command
Sat, 23 Dec 2023 21:54:33 -0800 Michael Pavone Implement watchpoints in gdb remote protocol
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