summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 7a02879..370facb 100644
--- a/globals.h
+++ b/globals.h
@@ -137,6 +137,7 @@
#define to_Delay 1
#define pw_in_out 0
#define pw_normal 1
+#define pw_ew_ext 2
#define double_on 1
#define double_off 0
#define pol_norm 0
@@ -711,6 +712,9 @@ typedef struct {
// don't use higher ampls in AVPs,
// where PW shifts near max ampl
+
+ char ew_enabled[max_channels]; /* addr 10142 */
+
char spare_end;
char flash_end;