mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
#201 Fix display of track status in full-screen and windowed mode ... http://imgur.com/KzKpwIv
This commit is contained in:
+2
-1
@@ -787,7 +787,8 @@ static BYTE __stdcall DiskReadWrite (WORD programcounter, WORD, BYTE, BYTE, ULON
|
||||
if (!fptr->trackimagedata)
|
||||
return 0xFF;
|
||||
|
||||
// Bug # .. Show Track status
|
||||
// Feature Request #201 Show track status
|
||||
// https://github.com/AppleWin/AppleWin/issues/201
|
||||
if( fptr->nLastTrack != fptr->track )
|
||||
{
|
||||
fptr->nLastTrack = fptr->track;
|
||||
|
||||
Reference in New Issue
Block a user