Hello World
#include <huc.h>
void main(void)
{
put_string("HELLO WORLD", 1, 1);
put_string("This is the PC Engine!", 1, 2);
}
Last updated
#include <huc.h>
void main(void)
{
put_string("HELLO WORLD", 1, 1);
put_string("This is the PC Engine!", 1, 2);
}
Last updated