implement 6502 cpu execution engine and memory bus interface
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+1
-5
@@ -1,5 +1 @@
|
|||||||
const std = @import("std");
|
pub fn main() !void {}
|
||||||
|
|
||||||
pub fn main() !void {
|
|
||||||
std.debug.print("6soz 6502 emulator\n", .{});
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user