1
0

Emula;tor bench mimicing

This commit is contained in:
Aiden
2026-05-25 22:00:25 +10:00
parent 191b72d418
commit 6d4d9f0027
9 changed files with 947 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
from h8536.emulator.bench_replay import main
if __name__ == "__main__":
raise SystemExit(main())