rename to gemma

add gemmaegui
This commit is contained in:
2024-10-09 15:16:47 -04:00
parent 067164c657
commit 4217571ded
31 changed files with 2240 additions and 84 deletions
+11
View File
@@ -0,0 +1,11 @@
use emmaemu::chip8::computer::Chip8Computer;
#[test]
fn smoke() { assert!(true) }
#[test]
fn test_rom_1_works() {
let mut x = Chip8Computer::new();
}