add MOS 6510 CPU variant support with i/o port

This commit is contained in:
2026-08-08 14:05:22 +02:00
parent 4ba8632ba2
commit c7242c3f94
2 changed files with 74 additions and 0 deletions
+1
View File
@@ -2,4 +2,5 @@ pub const m6502 = @import("m6502/root.zig");
test {
_ = @import("m6502/disassembler.zig");
_ = @import("m6502/mos6510.zig");
}