Tetrix DX: Bugged frame #59

Closed
opened 2026-04-16 05:31:04 +00:00 by AlexDorce · 1 comment
Owner

image
Top scanline freaks out when entering pause menu

![image](/attachments/0feadc34-bc4f-4fee-bd2d-ed3135591987) Top scanline freaks out when entering pause menu
Author
Owner

This was caused by bad sample timing on values that determine when the window is visible. We missed the cycle which does the sample, and because the window uses an internal LY, everything got shoved down.

Moved the sample timing from the beginning of OAM to the beginning of the scanline in this commit -> c0a0502. Closing, because this will be PR'd and brought in soon.

This was caused by bad sample timing on values that determine when the window is visible. We missed the cycle which does the sample, and because the window uses an internal LY, everything got shoved down. Moved the sample timing from the beginning of OAM to the beginning of the scanline in this commit -> c0a0502. Closing, because this will be PR'd and brought in soon.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TismForge/IroGB#59
No description provided.