Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
griffi-gh committed Oct 9, 2023
1 parent be74e9d commit 79f210c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarge-core/src/bus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl MemBus {
0xFF01 => { self.serial.write_sb(value) },
0xFF02 => { self.serial.write_sc(value) },
0xFF04 => { self.timers.reset_div() },
0xFF05 => { self.timers.write_tima_tick(value, &mut self.iif) },
0xFF05 => { self.timers.write_tima(value) },
0xFF06 => { self.timers.tma = value },
0xFF07 => { self.timers.write_tac(value) },
0xFF0F => { self.iif = value },
Expand Down

0 comments on commit 79f210c

Please sign in to comment.