Skip to content

Commit

Permalink
that timer line is old and not relevant anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Nov 16, 2023
1 parent e928c43 commit 5767ac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ extern "C" fn main() -> ! {
IE.write(IrqBits::VBLANK);
IME.write(true);

TIMER0_CONTROL.write(TimerControl::new().with_enabled(true));

// bg
BG_PALETTE.index(1).write(Color::MAGENTA);
// obj
Expand Down

0 comments on commit 5767ac6

Please sign in to comment.