taito.h
来自「motorola ezx 平台下的fba模拟器」· C头文件 代码 · 共 20 行
H
20 行
/*
Part of FBAs Taito 68k hardware drivers
Credits: Mame team, Raine team
Coding by KEV, with help from Treble Winner and Jan_Klaassen
*/
#ifndef __Taito_H__
#define __Taito_H__
#include "burnint.h"
#include "burn_ym2151.h"
#include "taito_gfx.h"
#include "snd_tc0140.h"
#include "rain_chip.h"
extern int rCyclesDone[3];
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?