Merge pull request #150 from Tivian/typofix
Fix typo inside saving routine for Raspberry Pi Zero
This commit is contained in:
commit
1890c97f9e
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue