mirror of
https://github.com/FranLMSP/rmg-001.git
synced 2026-08-03 08:40:04 -04:00
Refactor enums
This commit is contained in:
+1
-4
@@ -2,11 +2,8 @@ use rust_boy::rom::ROM;
|
||||
use rust_boy::console::Console;
|
||||
|
||||
fn main() -> std::io::Result<()> {
|
||||
/* let myrom = ROM::load_file("roms/cpu_instrs.gb".to_string())?;
|
||||
myrom.print_content(); */
|
||||
let mut console = Console::new();
|
||||
console.cpu_run();
|
||||
/* let val: u8 = 0b00000010;
|
||||
println!("{:08b}", val.rotate_left(7)); */
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
+491
-505
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user