2020-09-26 19:09:10 +00:00
|
|
|
#include "th01/hardware/egc.h"
|
2020-09-11 23:51:37 +00:00
|
|
|
#include "decomp.h"
|
2020-05-23 16:20:56 +00:00
|
|
|
|
|
|
|
void pascal egc_start_copy(void)
|
|
|
|
{
|
|
|
|
egc_on();
|
2020-09-26 19:09:10 +00:00
|
|
|
egc_setup_copy();
|
2020-05-23 16:20:56 +00:00
|
|
|
}
|