closer to ticking.

has microsteps in the UI
decodes from a NOP only binary
some basic instructions are starting to move data around
This commit is contained in:
2025-06-30 08:36:55 -04:00
parent 8ed93fc90e
commit 9e0e8b5910
15 changed files with 269 additions and 34 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use crate::mos6502cpu::{SIZE_32KB};
use crate::constants::constants_system::SIZE_32KB;
use crate::periph::rom_chip::RomChip;
/// At28C256
+1 -1
View File
@@ -1,7 +1,7 @@
// HM62256 Static Ram
use log::debug;
use crate::mos6502cpu::SIZE_32KB;
use crate::constants::constants_system::SIZE_32KB;
use crate::periph::ram_chip::RamChip;
use crate::periph::rom_chip::RomChip;
+1 -1
View File
@@ -1,4 +1,4 @@
use crate::mos6502cpu::SIZE_32KB;
use crate::constants::constants_system::SIZE_32KB;
pub trait RomChip {
/// Read