Lines Matching refs:u8
79 u8 active_flag:1;
80 u8 prepared_flag:1;
81 u8 pause_flag:1;
82 u8 pad_:5;
84 u8 myNo;
85 u8 pad2_;
86 u8 pad3_;
88 u8 prio;
89 u8 volume;
92 u8 tracks[SND_TRACK_NUM_PER_PLAYER];
105 u8 active_flag:1;
106 u8 note_wait:1;
107 u8 mute_flag:1;
108 u8 tie_flag:1;
109 u8 note_finish_wait:1;
110 u8 porta_flag:1;
111 u8 cmp_flag:1;
112 u8 channel_mask_flag:1;
114 u8 pan_range;
118 u8 volume;
119 u8 volume2;
121 u8 bend_range;
128 u8 attack;
129 u8 decay;
130 u8 sustain;
131 u8 release;
133 u8 prio;
135 u8 porta_key;
136 u8 porta_time;
144 const u8 *base; // Note: MainMemory pointer
145 const u8 *cur; // Note: MainMemory pointer
147 const u8 *call_stack[SND_TRACK_CALL_STACK_DEPTH];
148 u8 loop_count[SND_TRACK_CALL_STACK_DEPTH];
149 u8 call_stack_depth;