start of rom_only PC
This commit is contained in:
@@ -1 +1,3 @@
|
||||
pub mod parts;
|
||||
pub mod backplane;
|
||||
mod backplane;
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user