Fix minor warnings and debug log

This commit is contained in:
2026-04-08 21:15:15 -05:00
parent e882b3b325
commit d140f1e122
9 changed files with 153 additions and 142 deletions

View File

@@ -107,7 +107,7 @@ enum OamState {
ReadTile,
ReadAttrs,
ReadX,
OverflowScan,
// OverflowScan,
Wait,
}
@@ -194,7 +194,7 @@ impl OAM {
self.state = OamState::Wait; // Should be Overflow scan...
}
}
OamState::OverflowScan => todo!(),
// OamState::OverflowScan => todo!(),
OamState::Wait => (),
}
}