ReC98/th01/hardware/egcstart.cpp

9 lines
121 B
C++

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