mirror of https://github.com/nmlgc/ReC98.git
6 lines
247 B
C
6 lines
247 B
C
|
// ORs a single plane of the CDG image in the given [slot] into the given
|
||
|
// VRAM destination plane at (⌊x/8⌋*8, y), wrapped vertically.
|
||
|
void pascal cdg_put_plane_roll(
|
||
|
int x, int y, int slot, vram_plane_t plane_src, void __seg *plane_dst
|
||
|
);
|