ReC98/th01/hardware/egcstart.c

9 lines
119 B
C

#include "th01/hardware/egc.h"
#include "decomp.h"
void pascal egc_start_copy(void)
{
egc_on();
egc_setup_copy();
}