This was used to troubleshoot video output and framebuffer configuration registers.
6 lines
63 B
C
6 lines
63 B
C
#pragma once
|
|
|
|
void vga();
|
|
void v_sync_in();
|
|
void v_sync_out();
|