Upload BIOS Clut (wrong plaette yet)

This commit is contained in:
Jaby
2023-12-20 16:24:56 -05:00
committed by Jaby
parent 3b971ac483
commit d49cf587b1
4 changed files with 66 additions and 40 deletions

View File

@@ -9,7 +9,7 @@ namespace JabyEngine {
// The following two values can be easily changed
static constexpr auto TextureLoadPos = PositionU16::create(0, 0);
static constexpr auto CLUTLoadPos = PositionU16::create(0, 0);
static constexpr auto CLUTLoadPos = PositionU16::create(0, 96);
static constexpr TexPage get_tex_page() {
return TexPage::create(BIOS_Font::TextureLoadPos, GPU::TexturePageColor::$4bit);