start of rom_only PC

This commit is contained in:
2025-07-07 07:36:41 -04:00
parent b9242b1943
commit 9c672741ed
23 changed files with 349 additions and 114 deletions
View File
+2
View File
@@ -1 +1,3 @@
pub mod parts;
pub mod backplane;
mod backplane;
-4
View File
@@ -40,10 +40,6 @@ impl Backplane {
self.rom.program(to_load);
}
pub fn tick(&mut self) {
// is the CPU in read or write state
self.address_bus = self.cpu.address_bus();