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
@@ -183,7 +183,7 @@ pub fn irqLine(self: *const Bus) bool {
return apu_irq or cart_irq;
}
// ponytail: consolidated bus memory mirroring test suite
// consolidated bus memory mirroring test suite
test "bus internal RAM and CIRAM nametable mirroring" {
var bus = Bus.init(.ntsc, null);
bus.write(0x0005, 0x99);