blob: 68ee3a68b36b500d41d610587680e01b61cbe50c (
plain)
1
2
3
4
5
6
|
# old computer challenge 4: day 4
i finally figured out why the uxn emulator wasn't working.
my vga colour depth was set to 16 instead of 32.
it works now. i wonder if a lot of the programs i couldn't get to run
were because i was using 16bit colour.
|