X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fsvp%2Fssp16.h;h=2ae06d6bc2cbe147f60089ef615d18c6e130ced2;hb=a12b1b29cc7e394128da59614c2efe8f5d182741;hp=f4a5746a64afa968e668394179ce5c7a9de348b6;hpb=b9c1d0129a0842bb545dd30cef73aa975acbb1ac;p=picodrive.git diff --git a/Pico/carthw/svp/ssp16.h b/Pico/carthw/svp/ssp16.h index f4a5746..2ae06d6 100644 --- a/Pico/carthw/svp/ssp16.h +++ b/Pico/carthw/svp/ssp16.h @@ -51,9 +51,15 @@ typedef struct #define SSP_WAIT_30FE08 0x8000 // same for 30FE08 #define SSP_WAIT_MASK 0xe000 unsigned int emu_status; // 484 - unsigned int rom_ptr; // 488 recompiler convenience - unsigned int iram_ptr; // 48c - unsigned int dram_ptr; // 490 + /* 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]; } ssp1601_t;