johannes-fetz / joengine

Jo Engine is an open source 2D and 3D game engine for the Sega Saturn written in C under MIT license
http://jo-engine.org/
MIT License
208 stars 32 forks source link

jo_clear_screen() Doesn't Clear Fullscreen in 480i Mode #73

Closed slinga-homebrew closed 8 months ago

slinga-homebrew commented 10 months ago

jo_clear_screen() doesn't appear to clear the entire screen text in 480i mode. It stops around 40 characters on the X axis (e.g. jo_printf(40, 0, "12345") will not be erased but text prior to will be.