1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-18 05:23:22 -07:00

disable this until i bother writing a 5.3 bit op wrapper

This commit is contained in:
Connor Olding 2015-12-11 00:45:22 -08:00
parent bafaa7a1af
commit b29bad17cc

View File

@ -93,7 +93,7 @@ else
if bit then
W1(addr, bit.bor(R1(addr), 0x02))
else
W1(addr, R1(addr) | 0x02)
--W1(addr, R1(addr) | 0x02) -- FIXME
end
end