ReC98/th01/hardware/grcg8x8m.hpp

9 lines
268 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Blits the given monochrome 8×8 [sprite] to the VRAM position indicated by
// [vram_offset_topleft] and [first_bit], in the given [col] via the GRCG.
void grcg_put_8x8_mono(
vram_offset_t vram_offset_topleft,
char first_bit,
const dots8_t sprite[8],
int col
);