32x: drc: more bugfixing
[picodrive.git] / cpu / sh2 / sh2.h
index 47c6150..a91a597 100644 (file)
@@ -35,8 +35,9 @@ typedef struct SH2_
        int             irq_cycles;\r
        void            *p_bios;        // convenience pointers\r
        void            *p_da;\r
-       void            *p_sdram;\r
+       void            *p_sdram;       // 80\r
        void            *p_rom;\r
+       unsigned int    pdb_io_csum[2];\r
 \r
        // interpreter stuff\r
        int             icount;         // cycles left in current timeslice\r