2020-05-31 12:36:10 +00:00
|
|
|
// 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.
|
2020-08-20 19:59:45 +00:00
|
|
|
void z_vsync_wait_and_scrollup(vram_y_t line_on_top);
|