Trevor Merritt 9e0e8b5910 closer to ticking.
has microsteps in the UI
decodes from a NOP only binary
some basic instructions are starting to move data around
2025-06-30 08:50:18 -04:00

9 lines
159 B
Rust

pub mod clock;
pub mod ben_eater_pc;
pub mod via6522;
pub mod display_matrix;
pub mod address_bus;
pub mod data_bus;
pub mod cpu_display;
pub mod ram_display;