feat(ppu): introduce concept of 2 graphics engines + refactor

This commit is contained in:
2023-11-03 23:14:32 -05:00
parent 13f5497808
commit 16b3325fe3
8 changed files with 479 additions and 373 deletions

View File

@@ -2,7 +2,7 @@ const std = @import("std");
const log = std.log.scoped(.cp15);
const panic_on_unimplemented: bool = true;
const panic_on_unimplemented: bool = false;
control: u32 = 0x0005_2078,
dtcm_size_base: u32 = 0x0300_000A,