svp compiler: some fixes
[picodrive.git] / Pico / carthw / svp / ssp16.h
index 481d4d3..f6c0077 100644 (file)
@@ -52,15 +52,12 @@ typedef struct
        #define SSP_WAIT_MASK           0xe000
        unsigned int emu_status;                // 484
        /* used by recompiler only: */
-       unsigned int ptr_rom;                   // 488
-       unsigned int ptr_iram_rom;              // 48c
-       unsigned int ptr_dram;                  // 490
-/*
-unsigned int blocktab;
-unsigned int blocktab_iram;
-unsigned int iram_context;
-*/
-       unsigned int pad[27];
+       struct {
+               unsigned int ptr_rom;           // 488
+               unsigned int ptr_iram_rom;      // 48c
+               unsigned int ptr_dram;          // 490
+               unsigned int iram_dirty;        // 494
+       } drc;
 } ssp1601_t;