jaredwhitney / os3

A custom-built operating system.
MIT License
3 stars 1 forks source link

VGA Palette setting is weird #4

Closed jaredwhitney closed 9 years ago

jaredwhitney commented 9 years ago

It should be setting itself in a gradient, but it is not. However, the palette DOES set properly (?), so it's most likely a logic problem.

jaredwhitney commented 9 years ago

The palette sets properly (a grayscale palette works); however something is incorrect in the logic that should be producing the gradient. It most likely is occurring because there are not 255 shades of R, G, and B available for use in mode 0x13.