Neotron-Compute / Neotron-Common-BIOS

This crate contains the BIOS API and common routines for all Neotron systems.
GNU General Public License v3.0
9 stars 2 forks source link

Changed the video mode change API. #47

Closed thejpster closed 9 months ago

thejpster commented 9 months ago

Now you have to pass the framebuffer address and the mode together. This lets you change them in a single atomic operation. Otherwise it was possible to crash the system by reading too much data from the wrong framebuffer pointer.

Fixes #46