diff --git a/src/defs.h b/src/defs.h index 45eef7f4..ad1fc91b 100644 --- a/src/defs.h +++ b/src/defs.h @@ -32,13 +32,12 @@ #define BIT_PROBE 0x02 #define BIT_CALIBRATE 0x04 #define BIT_CAL_COUNT 0x08 -#define BIT_VSYNC_SEEN 0x10 +#define BIT_INITIALIZE 0x10 #define BIT_ELK 0x20 #define BIT_SCANLINES 0x40 #define BIT_FIELD_TYPE 0x80 #define BIT_CLEAR 0x100 #define BIT_VSYNC 0x200 -#define BIT_INITIALIZE 0x400 // Note, due to a hack, bits 16, 19 and 26 are unavailale // as the are used for switch change detection diff --git a/src/rgb_to_fb.S b/src/rgb_to_fb.S index 8dac350f..98aace64 100644 --- a/src/rgb_to_fb.S +++ b/src/rgb_to_fb.S @@ -19,28 +19,6 @@ mov r7, #0 tst r3, #(BIT_VSYNC) beq novsync\@ - tst r3, #(BIT_MODE7 | BIT_PROBE | BIT_VSYNC_SEEN) - bne novsync\@ - ldr r0, =INTPEND2 - ldr r0, [r0] - tst r0, #(1<