Skip to content
Snippets Groups Projects
consts.rs 161 B
Newer Older
  • Learn to ignore specific revisions
  • // Timer registers
    pub const DIV_ADDR: u16 = 0xff04;
    pub const TIMA_ADDR: u16 = 0xff05;
    pub const TMA_ADDR: u16 = 0xff06;
    pub const TAC_ADDR: u16 = 0xff07;