gunbird.c

来自「十七种模拟器源代码 非常有用的作课程设计不可缺少的」· C语言 代码 · 共 42 行

C
42
字号
/******************************************************************************//*                                                                            *//*                               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 + =
减小字号Ctrl + -
显示快捷键?