add nes conformance test suite and CLI runner benchmark tool

This commit is contained in:
2026-08-14 06:48:19 +02:00
parent 5dc2db0a8b
commit 77f29d9618
4 changed files with 574 additions and 2 deletions
+13
View File
@@ -2,6 +2,19 @@
.name = ._6soz,
.version = "0.0.1",
.minimum_zig_version = "0.16.0",
.dependencies = .{
.nes_test_roms = .{
.url = "https://github.com/christopherpow/nes-test-roms/archive/refs/heads/master.tar.gz",
.hash = "N-V-__8AANPxaAENPnXYuDVuqgUcOdrux1zKqz8bZZYf0RA2",
.lazy = true,
},
.m6502_functional_tests = .{
.url = "https://github.com/Klaus2m5/6502_65C02_functional_tests/archive/refs/heads/master.tar.gz",
.hash = "N-V-__8AAKmLHACkwIMCMRdqnsyLtL5hbQdi8cm3nGs8n-O7",
.lazy = true,
},
},
.paths = .{""},
.fingerprint = 0xad233139f14a4bea,
}