feat: implement ability to boot straigt to cartridge

This commit is contained in:
2020-12-23 19:39:37 -06:00
parent 1502cc3ec2
commit 2a234f4d14
6 changed files with 212 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
mod bus;
mod cartridge;
pub mod cpu;
mod instruction;