CorruptedByCPU / Foton

Foton (eng. Photon) - is a similar project as Cyjon/Fern-Night, but compatibility will no longer be fully supported.
https://blackdev.org
Other
16 stars 6 forks source link

Update page.c to simplify calculating p4->p1 #17

Closed Dcraftbg closed 3 months ago

Dcraftbg commented 3 months ago

Updated page.c to use a more compact and simpler calculation for finding p4 through p1 using shifts and limiting to 512 entries with & 0x1ff (exact same as %512)