saturn-examples/common/palette.hpp
Zack Buhman 30092b9b15 input_keyboard: factor out font handling functions
I might later question this decision.

I liked how each "hardware" example was roughly one self-contained file. In the
"input_keyboard" case, this is no longer true.
2023-05-09 10:51:38 -07:00

6 lines
106 B
C++

namespace palette {
void vdp2_cram_32grays(uint32_t colors_per_palette, uint32_t color_bank_index);
}