X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=41dc59dc8358842791c67d8f56c10307df3f4f9b;hb=021e47b37557361ec880c92620c7cc1292d2f2c6;hp=a33051ccf560c244c5c2b20f1594b6172fc1fde4;hpb=f3cb39f29aa1ccc6d3dc88efcfb3de28cadd63cd;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index a33051c..41dc59d 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -447,7 +447,8 @@ typedef struct _scd scd; int pcm_mixbuf[PCM_MIXBUF_LEN * 2]; int pcm_mixpos; - int pcm_mixbuf_dirty; + char pcm_mixbuf_dirty; + char pcm_regs_dirty; } mcd_state; // XXX: this will need to be reworked for cart+cd support.