Basic high res gfx

This commit is contained in:
2022-02-20 14:25:43 -06:00
parent 6acd127fef
commit 48659cd7fe
5 changed files with 37 additions and 17 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
use rand::Rng;
use crate::address::Word;
use crate::address::MEM_SIZE;
use crate::word::Word;
use crate::word::MEM_SIZE;
pub struct Memory([u8; MEM_SIZE as usize]);