feat(ppu): implement all ppu i/o reads

This commit is contained in:
2022-10-29 01:08:58 -03:00
parent d859cee365
commit 3e62feacba
3 changed files with 45 additions and 12 deletions

View File

@@ -144,6 +144,8 @@ pub const io = struct {
}
pub fn undef(comptime T: type, log: anytype, comptime format: []const u8, args: anytype) ?T {
@setCold(true);
const unhandled_io = config.config().debug.unhandled_io;
log.warn(format, args);