#201 Fix display of track status in full-screen and windowed mode ... http://imgur.com/KzKpwIv

This commit is contained in:
michaelangel007
2014-07-21 22:56:57 -07:00
parent 9f8ad1a65b
commit e8fda39cae
2 changed files with 41 additions and 32 deletions
+2 -1
View File
@@ -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;