From ef5f75a8d5fab1a89d534d114a23eaa01b681772 Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Thu, 24 Aug 2017 17:21:18 +0800 Subject: [PATCH] [overclock] remove duplicate, defined in x6502.c --- src/ppu.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ppu.c b/src/ppu.c index 87b2788..f55952b 100644 --- a/src/ppu.c +++ b/src/ppu.c @@ -351,15 +351,6 @@ static DECLFW(B4014) { for (x = 0; x < 256; x++) X6502_DMW(0x2004, X6502_DMR(t + x)); -#define ADDCYC(x) \ - { \ - int __x = x; \ - X.tcount += __x; \ - X.count -= __x * 48; \ - timestamp += __x; \ - } - ADDCYC(1); -#undef ADDCYC } #define PAL(c) ((c) + cc)