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