Overclock cleanup

This commit is contained in:
retro-wertz
2017-10-07 08:09:26 +08:00
parent 959e289756
commit 21e814774d
6 changed files with 7 additions and 14 deletions

View File

@@ -23,10 +23,6 @@
#include "x6502struct.h"
extern int scanline;
extern unsigned normal_scanlines;
extern int totalscanlines;
#ifdef FCEUDEF_DEBUGGER
void X6502_Debug(void (*CPUHook)(X6502 *),
uint8 (*ReadHook)(X6502 *, uint32),