]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix missing Denise horizontal counter in DMA debugger
authorToni Wilen <twilen@winuae.net>
Sat, 13 Apr 2024 19:47:24 +0000 (22:47 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 13 Apr 2024 19:47:24 +0000 (22:47 +0300)
debug.cpp

index 9469e2211540557c1e04594471ae8071d26bdee8..d0d33fdb203eb2f2c55757e9451ef9403e8a2dc3 100644 (file)
--- a/debug.cpp
+++ b/debug.cpp
@@ -2494,9 +2494,9 @@ static bool get_record_dma_info(struct dma_rec *drs, struct dma_rec *dr, TCHAR *
        if (ipl >= 0) {
                _stprintf(l1, _T("[%02X %03X %d]"), hpos, dhpos, ipl);
        } else if (ipl == -2) {
-               _stprintf(l1, _T("[%02X     -]"), hpos);
+               _stprintf(l1, _T("[%02X %03X -]"), hpos, dhpos);
        } else {
-               _stprintf(l1, _T("[%02X      ]"), hpos);
+               _stprintf(l1, _T("[%02X %03X  ]"), hpos, dhpos);
        }
        if (l4) {
                _tcscpy(l4, _T("          "));