mirror of
https://github.com/notwa/mm
synced 2025-02-05 13:23:23 -08:00
disable this until i bother writing a 5.3 bit op wrapper
This commit is contained in:
parent
bafaa7a1af
commit
b29bad17cc
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ else
|
||||||
if bit then
|
if bit then
|
||||||
W1(addr, bit.bor(R1(addr), 0x02))
|
W1(addr, bit.bor(R1(addr), 0x02))
|
||||||
else
|
else
|
||||||
W1(addr, R1(addr) | 0x02)
|
--W1(addr, R1(addr) | 0x02) -- FIXME
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue