ReC98/th01/hardware/egcstart.cpp

11 lines
129 B
C++

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