proper ym2612 save hopefully done
[picodrive.git] / Pico / sound / ym2612.h
index 07f4198..ed4910c 100644 (file)
@@ -30,7 +30,7 @@ typedef struct
 \r
        /* Phase Generator */\r
        UINT32  phase;          /* #0x0c phase counter | need_save */\r
-       UINT32  Incr;           /* #0x10 phase step | need_save */\r
+       UINT32  Incr;           /* #0x10 phase step */\r
 \r
        UINT8   KSR;            /* #0x14 key scale rate  :3-KSR */\r
        UINT8   ksr;            /* #0x15 key scale rate  :kcode>>(3-KSR) */\r
@@ -54,16 +54,16 @@ typedef struct
 {\r
        FM_SLOT SLOT[4];        /* four SLOTs (operators) */\r
 \r
-       UINT8   ALGO;           /* algorithm */\r
+       UINT8   ALGO;           /* +00 algorithm */\r
        UINT8   FB;             /* feedback shift */\r
        INT32   op1_out;        /* op1 output for feedback */\r
 \r
-       INT32   mem_value;      /* delayed sample (MEM) value */\r
+       INT32   mem_value;      /* +08 delayed sample (MEM) value */\r
 \r
        INT32   pms;            /* channel PMS */\r
        UINT8   ams;            /* channel AMS */\r
 \r
-       UINT8   kcode;          /* key code:                        */\r
+       UINT8   kcode;          /* +11 key code:                        */\r
        UINT32  fc;             /* fnum,blk:adjusted to sample rate */\r
        UINT32  block_fnum;     /* current blk/fnum value for this slot (can be different betweeen slots of one channel in 3slot mode) */\r
 \r