feat(egui): add timer window
This commit is contained in:
@@ -72,6 +72,10 @@ impl Bus {
|
||||
self.timer.step(cycles);
|
||||
self.sound.step(cycles);
|
||||
}
|
||||
|
||||
pub fn timer(&self) -> Timer {
|
||||
self.timer
|
||||
}
|
||||
}
|
||||
|
||||
impl Bus {
|
||||
|
Reference in New Issue
Block a user