taito_gfx.cpp
来自「motorola ezx 平台下的fba模拟器」· C++ 代码 · 共 27 行
CPP
27 行
/*
Part of FBAs Taito 68k hardware drivers
Credits: Mame team, Raine team
Coding by KEV, with help from Treble Winner and Jan_Klaassen
*/
#include "taito.h"
int nLastTileBpp=-1;
int nLastTileMaskBpp=-1;
int nLastSpriteMaskBpp=-1;
int nLastSpriteBpp=-1;
unsigned char taitoRecalcPal = 0;
unsigned char *tsprites=NULL;
unsigned char *ttiles=NULL;
void init_taito_gfx()
{
nLastTileBpp=-1;
nLastTileMaskBpp=-1;
nLastSpriteMaskBpp=-1;
nLastSpriteBpp=-1;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?