ReC98/th01/hardware/egc.h

6 lines
228 B
C

#include "defconv.h"
// Blits the rectangle from (⌊x/16⌋*16, y) to (⌈((x + w)/16)*16⌉, (y + h))
// from VRAM page 1 to the same position on VRAM page 0.
void DEFCONV egc_copy_rect_1_to_0_16(int x, int y, int w, int h);