32Bit Graphics - Slapparoo/TempleOS-EE GitHub Wiki

32Bit Graphics

Add 32bit Graphics.

Display the graphics in 32Bit, Internally the the graphics engine is still 4Bit, the display is 32bit.

Use the ISO to install in VirtualBox. If you want to see what other graphics modes are available, in run (push F5 over) /Apps/VideomodesRep.HC

Some advantages 23bit graphics offer:

more colours more resolutions some more visually appealing things can be added to the UI like drop shadows, mouse shadows etc, etc. There are some caveats:

The graphics mode is hard coded and compiled in, if you want to change the resolution change Kernel/KStart16.HC and recompile with BootHDIns The graphics mode only supports 32Bit Graphics (Although the support for the original crt 80x25 text mode is still available). The mode in the distribution (0x4144) will only work on VirtualBox. (use 0x04114 for physical hardware) There are some areas which are broken in some games and graphics examples.