mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-02-10 19:30:42 +00:00
Correcting FindFirstSet implementation corrects LR35902 interrupt issue (on blargg test)
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
24934729c2
commit
8fba82063a
@ -79,7 +79,7 @@ namespace EightBit
|
||||
{
|
||||
if (bits[i])
|
||||
{
|
||||
return i + 1;
|
||||
return i - 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user