dreamcast/load.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

5 lines
59 B
C

#pragma once
void load_init();
void load_recv(uint8_t c);