098 renderer added
[fceu.git] / cart.c
diff --git a/cart.c b/cart.c
index 0dd8fee..b159f39 100644 (file)
--- 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.