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:
+3
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user