Upload BIOS Clut (wrong plaette yet)

This commit is contained in:
2023-12-20 16:24:56 -05:00
parent 4bf87bc85f
commit 47fb903103
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);