--- uae/src/include/audio.h 2018/04/24 16:58:42 1.1.1.4 +++ uae/src/include/audio.h 2018/04/24 17:00:29 1.1.1.5 @@ -12,7 +12,7 @@ extern struct audio_channel_data { unsigned long adk_mask; unsigned long evtime; unsigned long per; - unsigned char dmaen, intreq2, data_written; + uae_u8 dmaen, intreq2, data_written; uaecptr lc, pt; int state, wper, wlen; int current_sample, last_sample;