Skip to content

Commit

Permalink
Remove unused output field
Browse files Browse the repository at this point in the history
  • Loading branch information
aelred committed Sep 29, 2024
1 parent 0865883 commit 8bb390e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub struct APU {
// APU can run in two "modes", which affect timing and interrupts
mode_toggle: bool,
cycles: u16,
output: u8,
}

impl APU {
Expand Down

0 comments on commit 8bb390e

Please sign in to comment.