⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 taito_gfx.cpp

📁 motorola ezx 平台下的fba模拟器
💻 CPP
字号:
/*
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -