Logic to load a rom file

This commit is contained in:
2021-10-12 19:11:52 -05:00
parent 1e363187f1
commit 1902884df9
5 changed files with 30 additions and 3 deletions
+1
View File
@@ -1,2 +1,3 @@
pub mod utils;
pub mod cpu;
pub mod rom;