Skip to content

Commit 984c753

Browse files
committed
2026-05-14 20:48:26
1 parent c1a1112 commit 984c753

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gpu.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,8 @@ impl Ticker for Gpu {
987987
// Mode 3: Pixel transfer (dots 80-455, but may end early due to sprite penalty).
988988
if self.dots <= (80 + 172 + ((self.sx as u32 % 8 + 3) / 4) * 4) - 4 + self.pena {
989989
self.stat.data = (self.stat.data & !0x03) | 3;
990-
// Mode 3 has no STAT interrupt source; the signal may fall to LOW here
991-
// unless LYC=LY keeps it high. Update to track any falling edge.
990+
// Mode 3 has no STAT interrupt source; the signal may fall to LOW here unless LYC=LY keeps it high.
991+
// Update to track any falling edge.
992992
self.sigq_update();
993993
continue;
994994
}

0 commit comments

Comments
 (0)