dreamcast/vga.h
Zack Buhman 329ada55f1 add code loading and test program
This was used to troubleshoot video output and framebuffer
configuration registers.
2023-10-16 19:24:51 +00:00

6 lines
63 B
C

#pragma once
void vga();
void v_sync_in();
void v_sync_out();