]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
Debugger buffer overun and color fixes
authorWaccoon <105848526+Waccoon@users.noreply.github.com>
Thu, 23 Jun 2022 09:39:53 +0000 (05:39 -0400)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 09:39:53 +0000 (05:39 -0400)
commitc417b6de6b4f3535971881d9f4b7be1610840d69
tree54511f6a691cb726c6a3347b9b0a8f694cc81d9e
parent16f13ffe8a85179763f9d350bbd1adfded4a5638
Debugger buffer overun and color fixes

Fixes buffer overruns of DMA debugger colors.  blitter.cpp now sets "extra" index higher than DMARECORD_SUBITEMS, so masking is required.  Visual debugger color for blitter channel D write is now different than A,B,C, and blitter line and fill modes have fixed colors (broken in 4.9.0).  Console debugger now shows Copper Wait and Copper Special labels correctly.
debug.cpp