diff options
Diffstat (limited to 'blog/2024-07-16-occ4-day4/index.md')
-rw-r--r-- | blog/2024-07-16-occ4-day4/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/blog/2024-07-16-occ4-day4/index.md b/blog/2024-07-16-occ4-day4/index.md new file mode 100644 index 0000000..68ee3a6 --- /dev/null +++ b/blog/2024-07-16-occ4-day4/index.md @@ -0,0 +1,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. |