ReC98/th01/hardware/scrollup.hpp

5 lines
210 B
C++

// Waits until VSync, then sets the GDC's hardware scroll registers so that
// the given line will appear at the top of the screen for all subsequent
// frames.
void z_vsync_wait_and_scrollup(int line_on_top);