mirror of https://github.com/nmlgc/ReC98.git
4 lines
202 B
C
4 lines
202 B
C
|
// 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 pascal egc_copy_rect_1_to_0(int x, int y, int w, int h);
|