MOS6520 looking mostly there.

This commit is contained in:
2025-07-29 13:12:33 -04:00
parent 8f6f9cb64d
commit 7ac8bd86ba
58 changed files with 742 additions and 422 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use core::computers::kim1::Kim1;
use core::constants::constants_system::*;
fn main() {
println!("Taxation is theft.");
+1 -1
View File
@@ -1,4 +1,4 @@
use core::computers::ram_rom::backplane::RamRomComputer;
use core::computers::ram_rom::RamRomComputer;
use core::traits::backplane::Backplane;
use std::fs;
-5
View File
@@ -1,5 +0,0 @@
use core::mos6502cpu::cpu::Mos6502Cpu;
fn main() {
let x = Mos6502Cpu::default();
}