log vdp.c @ 2496:187bc857a76a default tip

age author description
Sun, 28 Apr 2024 23:18:53 -0700 Michael Pavone Fix kmod buffer storage bug
Sun, 25 Feb 2024 23:59:37 -0800 Michael Pavone Fix Ax Battler: A Legend of Golden Axe
Sat, 24 Feb 2024 11:53:44 -0800 Michael Pavone Add missing mask to vscroll calculation in Mode 4
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: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
Tue, 21 Nov 2023 21:01:16 -0800 Michael Pavone Ensure VDP double_res flag is updated when loading a save state
Mon, 20 Nov 2023 20:20:14 -0800 Michael Pavone Fix VRAM viewer and plane viewer in double-resolution interlace mode
Mon, 30 Oct 2023 00:07:56 -0700 Michael Pavone Initial implementation of VDP register write breakpoints
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
Sat, 02 Sep 2023 10:52:16 -0700 Michael Pavone Fix silly regression in SMS mode
Thu, 31 Aug 2023 23:34:48 -0700 Michael Pavone Fix first column bug behavior
Thu, 31 Aug 2023 20:28:33 -0700 Michael Pavone Make bogus word RAM read more appropriately bogus
Sat, 26 Aug 2023 19:59:44 -0700 Michael Pavone Fix regression in mega-color image demos
Mon, 09 Jan 2023 00:15:26 -0800 Michael Pavone Fix missing address masks on some VRAM reads
Fri, 23 Dec 2022 09:37:25 -0800 Michael Pavone Fix TMS9918A text mode
Fri, 23 Dec 2022 09:08:47 -0800 Michael Pavone Fix TMS9918A first line sprite bug
Sun, 18 Dec 2022 23:32:33 -0800 Michael Pavone Less broken TMS9918A text mode
Sun, 18 Dec 2022 22:42:27 -0800 Michael Pavone Fix TMS9918A sprite horizontal position
Sun, 18 Dec 2022 15:11:30 -0800 Michael Pavone Fix a few of the most glaring TMS9918A issues
Sat, 17 Dec 2022 23:32:34 -0800 Michael Pavone WIP SG-1000/TMS9918A mode support
Tue, 22 Nov 2022 23:07:41 -0800 Michael Pavone merge
Tue, 22 Nov 2022 17:57:02 -0800 Michael Pavone Initial implementation of oscilloscope debug view
Sat, 01 Oct 2022 14:27:29 -0700 Michael Pavone Fix minor regression in Landstalker caused by changes to when CRAM lookup is done
Tue, 13 Sep 2022 20:18:03 -0700 Michael Pavone Fix color bug when switching between Game Gear and other Sega systems
Wed, 07 Sep 2022 23:19:29 -0700 Michael Pavone Fix handling of sprite indices >= 64 in H32 mode
Mon, 05 Sep 2022 22:18:25 -0700 Michael Pavone Implement VDP read latency and invalid write delays revealed by Ti_'s instruction timing ROM
Sun, 04 Sep 2022 23:29:37 -0700 Michael Pavone Admit defeat on VDP address latching theory and implement it the way GPGX does. Fixes regression in VDP FIFO Testing and SMS VDPTEST
Tue, 23 Aug 2022 20:21:26 -0700 Michael Pavone Fix implementation of semi-broken sprite zoom on SMS1
Mon, 22 Aug 2022 23:21:16 -0700 Michael Pavone Implement Mode 4 sprite zooming