Rename sh2.h to sh2_intf.h for consistency's sake.

This commit is contained in:
iq_132 2012-09-16 03:59:42 +00:00
parent 3f3aaf6643
commit 07e6a48d1d
7 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ Port to FBA by OopsWare
**********************************************************************/
#include "cps3.h"
#include "sh2.h"
#include "sh2_intf.h"
#define BE_GFX 1
//#define FAST_BOOT 1

View File

@ -4,7 +4,7 @@
#include "tiles_generic.h"
#include "burn_ymf278b.h"
#include "eeprom.h"
#include "sh2.h"
#include "sh2_intf.h"
static UINT8 *AllMem;
static UINT8 *DrvSh2ROM;

View File

@ -9,7 +9,7 @@
#include "psikyosh_render.h"
#include "burn_ymf278b.h"
#include "eeprom.h"
#include "sh2.h"
#include "sh2_intf.h"
static UINT8 *AllMem;
static UINT8 *MemEnd;

View File

@ -2,7 +2,7 @@
#include "m68000_intf.h"
#include "z80_intf.h"
#include "nec_intf.h"
#include "sh2.h"
#include "sh2_intf.h"
#include "m6502_intf.h"
#include "m6809_intf.h"
#include "hd6309_intf.h"

View File

@ -7,7 +7,7 @@
#include "hd6309_intf.h"
#include "m6800_intf.h"
#include "m6502_intf.h"
#include "sh2.h"
#include "sh2_intf.h"
#include "h6280_intf.h"
#define MAX_TIMER_VALUE ((1 << 30) - 65536)

View File

@ -34,7 +34,7 @@
//#include <string.h>
#include "burnint.h"
#include "sh2.h"
#include "sh2_intf.h"
//#include "tchar.h"
//extern int (__cdecl *bprintf) (int nStatus, TCHAR* szFormat, ...);