This commit is contained in:
Stephen White 2019-11-05 12:31:26 +11:00
commit a22005971a
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public:
else
{
TestDirty(track, (dataOld & bitMask) != 0);
tracks[(track << 13) + byte] &= bitMask;
tracks[(track << 13) + byte] &= ~bitMask;
}
#else
u8 dataOld = tracks[track][byte];