diff --git a/docs/debugger.html b/docs/debugger.html index 53dfb0aa3..e41e988dc 100644 --- a/docs/debugger.html +++ b/docs/debugger.html @@ -700,8 +700,7 @@ listfunctions - List user-defined functions

Most of the values on the TIA tab will be self-explanatory to a 2600 -programmer. The top line (with all the hex values) displays the raw -values read from the TIA locations, as they would be seen by the CPU.

+programmer.

Many of the variables inside the TIA can only be written to by the 6502. The debugger lets you get inside the TIA and see the contents diff --git a/docs/graphics/debugger_iotab.png b/docs/graphics/debugger_iotab.png index 0d2349b72..ffe7832f5 100644 Binary files a/docs/graphics/debugger_iotab.png and b/docs/graphics/debugger_iotab.png differ diff --git a/docs/graphics/debugger_tiatab.png b/docs/graphics/debugger_tiatab.png index 4494ee8aa..4b64e1168 100644 Binary files a/docs/graphics/debugger_tiatab.png and b/docs/graphics/debugger_tiatab.png differ