Cleanup some includes

This commit is contained in:
negativeExponent
2022-02-12 16:13:05 +08:00
parent 5e2c907acd
commit 55639a156a
13 changed files with 1 additions and 12 deletions

View File

@@ -23,7 +23,6 @@
/* Waixing FS304 PCB */
#include "mapinc.h"
#include "../ines.h"
static uint8 *WRAM;
static uint32 WRAMSIZE;

View File

@@ -23,7 +23,6 @@
/* Nanjing FC-001 PCB */
#include "mapinc.h"
#include "../ines.h"
static uint8 *WRAM;
static uint32 WRAMSIZE;

View File

@@ -19,7 +19,6 @@
*/
#include "mapinc.h"
#include "../ines.h"
static void M218Power(void) {
setchr8(0);

View File

@@ -20,7 +20,6 @@
*/
#include "mapinc.h"
#include "../ines.h"
static uint8 *CHRRAM;
static uint32 CHRRAMSIZE;

View File

@@ -19,7 +19,6 @@
*/
#include "mapinc.h"
#include "../ines.h"
static uint8 reg, mirr;
static SFORMAT StateRegs[] =

View File

@@ -24,7 +24,6 @@
#include "mapinc.h"
#include "eeprom_93C66.h"
#include "../ines.h"
static uint8 *WRAM;
static uint32 WRAMSIZE;

View File

@@ -19,7 +19,6 @@
*/
#include "mapinc.h"
#include "../ines.h"
static uint16 latche, latcheinit;
static uint16 addrreg0, addrreg1;

View File

@@ -24,7 +24,6 @@
/* 2020-03-22 - Update support for Cave Story II, FIXME: Arabian does not work for some reasons... */
#include "mapinc.h"
#include "../ines.h"
static uint8 regs[2], mode;

View File

@@ -31,7 +31,6 @@
*/
#include "mapinc.h"
#include "../ines.h"
static uint8 reg;
static uint8 *CHRRAM = NULL;

View File

@@ -19,7 +19,6 @@
*/
#include "mapinc.h"
#include "../ines.h"
#include "../fds_apu.h"
static uint8 latche, latcheinit, bus_conflict;

View File

@@ -20,7 +20,6 @@
#include "mapinc.h"
#include "mmc3.h"
#include "../ines.h"
/* added on 2019-5-23 - NES 2.0 Mapper 260
* HP10xx/HP20xx - a simplified version of FK23C mapper with pretty strict and better

View File

@@ -8,4 +8,5 @@
#include "../cart.h"
#include "../cheat.h"
#include "../unif.h"
#include "../ines.h"
#include <string.h>

View File

@@ -35,7 +35,6 @@
*/
#include "mapinc.h"
#include "../ines.h"
/* Workaround for libretro api compatibility */
#define ROM_size_max 32