now passes the flags test rom

This commit is contained in:
2024-10-10 16:12:48 -04:00
parent e176ee5638
commit 4fc0bfd3d8
2 changed files with 47 additions and 44 deletions
-1
View File
@@ -6,5 +6,4 @@ fn smoke() { assert!(true) }
#[test]
fn test_rom_1_works() {
let mut x = Chip8Computer::new();
}