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.
6 lines
106 B
C++
6 lines
106 B
C++
namespace palette {
|
|
|
|
void vdp2_cram_32grays(uint32_t colors_per_palette, uint32_t color_bank_index);
|
|
|
|
}
|