feat: stub 0xFF05
This commit is contained in:
@@ -5,6 +5,7 @@ use crate::instruction::Cycles;
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct Timer {
|
||||
pub control: TimerControl,
|
||||
pub counter: u8,
|
||||
}
|
||||
|
||||
impl Timer {
|
||||
@@ -16,7 +17,8 @@ impl Timer {
|
||||
impl Default for Timer {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
control: 0x00.into(),
|
||||
control: Default::default(),
|
||||
counter: 0,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user