Merge branch 'master' of https://github.com/pi1541/Pi1541
This commit is contained in:
commit
a22005971a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public:
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
TestDirty(track, (dataOld & bitMask) != 0);
|
TestDirty(track, (dataOld & bitMask) != 0);
|
||||||
tracks[(track << 13) + byte] &= bitMask;
|
tracks[(track << 13) + byte] &= ~bitMask;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
u8 dataOld = tracks[track][byte];
|
u8 dataOld = tracks[track][byte];
|
||||||
|
|
Loading…
Reference in a new issue