X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2Fmapinc.h;h=9eec5c975098cd9acb96e6e0263f95f95f1775f7;hp=ebe446c5a7195df7fe8f6a6eb78807ec6a61b572;hb=d97315ac0bca825d2d50a44453bc5652946e2c67;hpb=890e37ba2b8ea1c7593dc05926d7431e3bd00bfb diff --git a/mappers/mapinc.h b/mappers/mapinc.h index ebe446c..9eec5c9 100644 --- a/mappers/mapinc.h +++ b/mappers/mapinc.h @@ -1,12 +1,13 @@ -#include "../types.h" -#include "../x6502.h" -#include "../fce.h" +#include "../types.h" +#include "../x6502.h" +#include "../fce.h" +#include "../ppu.h" #define INESPRIV -#include "../ines.h" -#include "../version.h" -#include "../memory.h" -#include "../sound.h" -#include "../svga.h" -#include "../state.h" -#include "../cart.h" -#include "mapshare.h" +#include "../cart.h" +#include "../ines.h" +#include "../memory.h" +#include "../sound.h" +#include "../state.h" +#include "../svga.h" +#include "../dprintf.h" +#include