gameboy 模拟器的源代码

源代码在线查看: tl_prof.c

软件大小: 238 K
上传用户: lingyun579
关键词: gameboy 模拟 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*				** thinlib (c) 2001 Matthew Conte (matt@conte.com)				**				**				** tl_prof.c				**				** Screen border color profiler nastiness.				**				** $Id: $				*/								#include 				#include "tl_types.h"				#include "tl_prof.h"								void thin_prof_setborder(int pal_index)				{				   inportb(0x3DA);				   outportb(0x3C0, 0x31);				   outportb(0x3C0, (uint8) pal_index);				}								/*				** $Log: $				*/							

相关资源