This repository has been archived on 2022-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
jtmm2-old/src/init.c

11 lines
132 B
C
Raw Normal View History

#include "init.h"
void init()
{
#ifdef FX9860G
gray_start();
#endif /* FX9860G */
#ifdef FXCG50
#endif /* FXCG50*/
}