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

📄 gunbird.c

📁 十七种模拟器源代码 非常有用的作课程设计不可缺少的
💻 C
字号:
/******************************************************************************//*                                                                            *//*                               GUNBIRD (C) 1994 PSIKYO                      *//*                                                                            *//*                             SENGOKU ACE (C) 1993 PSIKYO                    *//*                                                                            *//******************************************************************************/#include "gameinc.h"#include "gunbird.h"#include "sasound.h"		// sample support routines#include "taitosnd.h"#include "memory.h"static struct DIR_INFO Gunbird_dirs[] ={   { "gunbird", },   { NULL, },};static struct DIR_INFO btlkrodj_dirs[] ={   { "btlkrodj", },   //   { "gunbird", },   { NULL, },};//static int sport = 0;static int ack_latch,latch;//static int read_debug;static int  oldmem13;static UINT8 *z80_8200; /* Fast bankswitch for z80 */READ_HANDLER(soundlatch_r){  // Read port 8  //  fprintf(stderr,"soundlatch_r %d et %d\n",RAM[0x30012],RAM[0x30013]);  return latch;}/* In realt

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -