]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Log PC.
authorToni Wilen <twilen@winuae.net>
Sat, 21 Apr 2018 10:10:08 +0000 (13:10 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 21 Apr 2018 10:10:08 +0000 (13:10 +0300)
disk.cpp

index de4ff0727d14f939a238003435c0c40b8e3ac58f..f4a4c4b3637efddcad6a49a6732545010c7d3773 100644 (file)
--- a/disk.cpp
+++ b/disk.cpp
@@ -1515,7 +1515,7 @@ static void drive_step (drive * drv, int step_direction)
 #endif
                }
                if (drv->cyl >= maxtrack)
-                       write_log (_T("program tried to step over track %d\n"), maxtrack);
+                       write_log (_T("program tried to step over track %d PC %08x\n"), maxtrack, M68K_GETPC);
 #ifdef DRIVESOUND
                if (isfloppysound (drv))
                        driveclick_click (drv - floppy, drv->cyl);