Revert "some cleanups"

This commit is contained in:
Autechre
2021-06-05 15:05:07 +02:00
committed by GitHub
parent cbc17a077b
commit aa4615c417
16 changed files with 174 additions and 127 deletions

View File

@@ -35,7 +35,6 @@ void X6502_Run(int32 cycles);
extern uint32 timestamp;
extern uint32 sound_timestamp;
extern uint32 overclocking;
extern X6502 X;
#define N_FLAG 0x80
@@ -49,7 +48,7 @@ extern X6502 X;
extern void FP_FASTAPASS(1) (*MapIRQHook)(int a);
#define NTSC_CPU (FSettings.dendy ? 1773447.467 : 1789772.7272727272727272)
#define NTSC_CPU (dendy ? 1773447.467 : 1789772.7272727272727272)
#define PAL_CPU 1662607.125
#define FCEU_IQEXT 0x001