resize parameters

This commit is contained in:
2024-10-10 09:19:08 -04:00
parent 4217571ded
commit c7c3c6aa04
4 changed files with 312 additions and 75 deletions
+2 -4
View File
@@ -1,4 +1,4 @@
use emmaemu::chip8::computer::Chip8Computer;
use gemmaemu::chip8::computer::Chip8Computer;
#[test]
fn smoke() { assert!(true) }
@@ -6,6 +6,4 @@ fn smoke() { assert!(true) }
#[test]
fn test_rom_1_works() {
let mut x = Chip8Computer::new();
}
}