Revert "some cleanups"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user