X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=cart.c;h=b159f39382d86f44d863de18b08a0ce5f5749358;hp=0dd8fee24c2dcd7d0487674f16376f9aed42a999;hb=e4434f79e73411f4d069831cb813f7db1b1f933b;hpb=2a6855a31daf79cad83545b1eeee646e10481e5e diff --git a/cart.c b/cart.c index 0dd8fee..b159f39 100644 --- a/cart.c +++ b/cart.c @@ -29,6 +29,7 @@ #include "types.h" #include "fce.h" #include "ppu.h" +#include "ppu098.h" #include "cart.h" #include "memory.h" @@ -39,8 +40,6 @@ #include "svga.h" #include "file.h" -#define FCEUPPU_LineUpdate(...) - /* This file contains all code for coordinating the mapping in of the address space external to the NES.