payonel / ocvm

OpenComputer Emulator
41 stars 7 forks source link

broken color palette emulation #50

Open Ocawesome101 opened 3 years ago

Ocawesome101 commented 3 years ago

an improvement i recently made to ULOS is the usage of palette colors for the TTY's colors. however, in OCVM's T3 GPU emulation these colors are all grayscale, whereas in regular OpenComputers they are not. i suspect it's simply not writing the colors to where they need to be written.

i use ocvm for most of my opencomputers work so i'd greatly appreciate if this was fixed.

Ocawesome101 commented 3 years ago

turned out the issue was more complicated than just "the changes aren't being saved" but it was a fairly simple fix.

Ocawesome101 commented 3 years ago

fixed by #51 once it's merged