From 37c0a985747db2fb428b6c9e78ad8a95e0f814c0 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sat, 12 Aug 2017 20:16:45 -0400 Subject: [PATCH] tfv: fix compile warnings --- gr-sim/tfv_utils.c | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/gr-sim/tfv_utils.c b/gr-sim/tfv_utils.c index 952c6c9a..a49285d6 100644 --- a/gr-sim/tfv_utils.c +++ b/gr-sim/tfv_utils.c @@ -4,24 +4,7 @@ #include #include "gr-sim.h" - -#include "tfv_sprites.h" -#include "backgrounds.h" - -/* Page Zero */ - -#define COLOR1 0x00 -#define COLOR2 0x01 -#define MATCH 0x02 -#define XX 0x03 -#define YY 0x04 -#define YADD 0x05 -#define LOOP 0x06 -#define MEMPTRL 0x07 -#define MEMPTRH 0x08 -#define DISP_PAGE 0x09 -#define DRAW_PAGE 0x0a - +#include "tfv_zp.h" int repeat_until_keypressed(void) {