Skip to main content

MIX_CAP

Constant MIX_CAP 

Source
pub const MIX_CAP: usize = 36_864;
Expand description

Largest CPU-cycle count in one frame across every supported region, which is what MixTrace is sized for.

Dendy is the worst case, not NTSC: 1,773,448 Hz / 50.007 fps = 35,464 cycles per frame, against PAL’s 33,247 and NTSC’s 29,781. Sizing this from the NTSC number — the one that comes to mind first — would silently truncate the last 16% of every Dendy frame.