RomOnlyComputer now has a GUI

This commit is contained in:
2025-07-17 11:45:58 -04:00
parent cad8d5eaa3
commit 8e2ca81489
13 changed files with 150 additions and 40 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ fn main() {
println!("COMPUTER: Read {:02x} from ROM", rom_only.data_bus()) ;
println!("COMPUTER: Read {:04x} from Address Bus", rom_only.address_bus());
println!("----");
}
}