main.lds: typo
palette.hpp: typo
This commit is contained in:
parent
3373ea4c0c
commit
59f2819df3
2
main.lds
2
main.lds
@ -51,7 +51,7 @@ SECTIONS
|
|||||||
*(COMMON)
|
*(COMMON)
|
||||||
} > p1ram
|
} > p1ram
|
||||||
|
|
||||||
INCLUDE "debug.ld"
|
INCLUDE "debug.lds"
|
||||||
}
|
}
|
||||||
|
|
||||||
__p1ram_start = ORIGIN(p1ram);
|
__p1ram_start = ORIGIN(p1ram);
|
||||||
|
@ -19,7 +19,7 @@ template <int C>
|
|||||||
void palette_data();
|
void palette_data();
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
void palette_data<255>()
|
void palette_data<256>()
|
||||||
{
|
{
|
||||||
holly.PAL_RAM_CTRL = pal_ram_ctrl::pixel_format::rgb565;
|
holly.PAL_RAM_CTRL = pal_ram_ctrl::pixel_format::rgb565;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user