pub struct PPU; impl PPU { pub fn new() -> Self { Self{} } }