|
게임이 끝나면 "Game over!!"표시 */
void timer_stop(){
char end[] = "Game over!!"
int i;
for(i=0; end[i] != '\0' i++){
set_ddram_address(64+i);
writebyte(end[i]);
}
}
int textlcdport_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long t)
{
unsigned long time;
copy_from_user(
|
- 페이지 24페이지
- 가격 4,000원
- 등록일 2012.05.22
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|