tl_prof.c
来自「DC上的GB模拟器源代码」· C语言 代码 · 共 26 行
C
26 行
/*
** thinlib (c) 2001 Matthew Conte (matt@conte.com)
**
**
** tl_prof.c
**
** Screen border color profiler nastiness.
**
** $Id: $
*/
#include <pc.h>
#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: $
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?