MatrixBrandy icon indicating copy to clipboard operation
MatrixBrandy copied to clipboard

Windows only: Full screen not working correctly

Open soruk42 opened this issue 6 years ago • 1 comments

In full screen mode, the screen is not automatically updated (except in Mode 7, which does regular refreshes to support VDU136/Flash), and leaving fullscreen leaves a corrupted display. In both cases *REFRESH will force a display update but does not resolve the automatic updates. Cursor placement is also very wrong.

None of this affects the Linux build.

soruk42 avatar Feb 01 '19 10:02 soruk42

It seems like it works, but only when the selected mode has exactly the same dimensions as a mode available in Windows. If the mode is smaller, a suitable hardware mode is chosen, but the screen drawing is broken. SDL 1.2 bug most likely.

soruk42 avatar May 25 '20 17:05 soruk42