v0.4.0
Pre-release
Pre-release
- Changed
memory_get_region
to return aMemoryRegion
- Changed
video_set_framebuffer
to take a*const u8
not*mut u8
- as the BIOS doesn't change video RAM.
memory_get_region
to return a MemoryRegion
video_set_framebuffer
to take a *const u8
not *mut u8
- as the BIOS doesn't change video RAM.