tonioni / WinUAE

WinUAE Amiga emulator
http://www.winuae.net/
528 stars 86 forks source link

Minor debugger and GUI fixes #219

Closed Waccoon closed 2 years ago

Waccoon commented 2 years ago

Visual debugger has been updated to consider changes to blitter debugger in 4.9.0. A buffer overrun was causing garbage colors to be displayed. Now that the DMA debugger "extra" field uses high bits to store extra blitter state, a side effect is that each channel of normal blits can have its own color. I chose to give the D channel a different color to distinguish reads from writes. For simplicity, line and fill mode channels show the same solid debug colors as 4.4.0. Fast memory board support also fixed after new MAX_STANDARD_RAM_BOARDS constant was added in 4.9.0 (it was missing in a few places).