test(nes): consolidate and simplify inline subsystem unit tests

This commit is contained in:
2026-08-27 07:33:54 +02:00
parent 754dbb9307
commit 71c747d962
23 changed files with 35 additions and 31 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const std = @import("std");
const common = @import("../common.zig");
const Mirroring = common.Mirroring;
// ponytail: Mapper 10 (MMC4) - Fire Emblem & Fire Emblem Gaiden
// Mapper 10 (MMC4) - Fire Emblem & Fire Emblem Gaiden
// 16KB switchable PRG at $8000, fixed last 16KB at $C000-$FFFF.
// Dual 4KB CHR latches toggled by PPU fetches at $xFD8-$xFDF and $xFE8-$xFEF.
pub const Mmc4 = @This();