📄 cs4954.h
字号:
/*
********************************************************************************
*
* (c) Copyright 2002, Vineyard Technologies, Inc.
*
* Filename : cs4954.h
* Programmer(s): Steve KyeongHyeon Lee
* Created : 2003/05/07
* Modified :
*
* Description :
********************************************************************************
*/
#ifndef __CS4954_H__
#define __CS4954_H__
#include "types.h"
void cs4954_init(u8 ntsc_pal);
u8 cs4954_write(u8 idx, u8 val);
#ifdef USE_4954_GP
u8 cs4954_read(u8 idx);
#endif
#endif // __CS4954_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -