chore: convert select base 10 constants to base 16

This commit is contained in:
2021-04-08 20:32:32 -05:00
parent 770b081f98
commit 7425384fb1
5 changed files with 4 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ use super::timer::Timer;
use super::work_ram::{VariableWorkRam, WorkRam};
use std::{fs::File, io::Read};
const BOOT_ROM_SIZE: usize = 256;
const BOOT_ROM_SIZE: usize = 0x100;
#[derive(Debug, Clone)]
pub struct Bus {