pub const NES_HEIGHT: u32 = _; // 240u32
NES output height in pixels (240). Re-exported from core as u32 for image library APIs which require u32 dimensions rather than usize.