diff options
Diffstat (limited to 'src/interrupts_timers.rs')
-rw-r--r-- | src/interrupts_timers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interrupts_timers.rs b/src/interrupts_timers.rs index f4ac3c2..b776777 100644 --- a/src/interrupts_timers.rs +++ b/src/interrupts_timers.rs @@ -1,6 +1,6 @@ use crate::display::DisplayInterrupt; +use crate::io::{Audio, Serial}; use crate::state::{GBState, MemError}; -use crate::io::{Serial, Audio}; const TIMA_TIMER_SPEEDS: [u64; 4] = [1024, 16, 64, 256]; |