ppuClear call from zig to c# simulator; not yet implemented in simulator; also breakpoints are not working in vs-code

This commit is contained in:
Lukas Höppner
2026-08-12 23:27:16 +02:00
parent 1d9ecc57d3
commit 5f87ae3918
5 changed files with 374 additions and 8 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ pub fn main() void {
while (true) {
nova64.log("Hello from Zig!");
// nova64.yield();
nova64.sleep(50);
nova64.ppuClear(0x00);
nova64.ppuSwapBuffers();
nova64.sleep(16);
}
}