#include "bury.h"

int hard_check(void)
{
	if (wwc_get_hardarch() == HARDARCH_WS){
		text_screen_init();
		text_put_string(7, 7, "このプログラムはワンダースワンカラー専用です");
		key_wait();
		return(NG); 
	}

	srand((unsigned)rtc_get_datetime(RTC_SEC));
	return(OK);
}