New protocols and optimizations

New protocols:
- FQ777 for FQ777-124
- MT99xx -> "LS" for 114/124
This commit is contained in:
pascallanger
2016-08-01 21:57:18 +02:00
parent 8dc5ae4f86
commit 6d546094ef
14 changed files with 576 additions and 299 deletions

View File

@@ -103,6 +103,8 @@ enum {
//#define NOP 0xFF
// XN297 emulation layer
#define XN297_UNSCRAMBLED 8
enum {
XN297_UNSCRAMBLED = 0,
XN297_SCRAMBLED
};
#endif