X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fsvp%2Fssp16.h;h=1f90e5eb778beb87ea77c0314beb312557de9a56;hb=d26dc685a40a0ee8db48d3375b2f59ad515af8eb;hp=e2be484ffb6313eddb43092fb33c4a0e0742ac06;hpb=30752975e044377d40b2d496d17591d96a02c3af;p=picodrive.git diff --git a/Pico/carthw/svp/ssp16.h b/Pico/carthw/svp/ssp16.h index e2be484..1f90e5e 100644 --- a/Pico/carthw/svp/ssp16.h +++ b/Pico/carthw/svp/ssp16.h @@ -39,8 +39,10 @@ typedef struct // #define SSP_PMC_HAVE_ADDR 0x0001 // address written to PMAC, waiting for mode #define SSP_PMC_SET 0x0002 // PMAC is set - #define SSP_30FE06_WAIT 0x4000 // ssp tight loops on 30FE08 to become non-zero - #define SSP_30FE08_WAIT 0x8000 // same for 30FE06 + #define SSP_WAIT_PM0 0x2000 // bit1 in PM0 + #define SSP_WAIT_30FE06 0x4000 // ssp tight loops on 30FE08 to become non-zero + #define SSP_WAIT_30FE08 0x8000 // same for 30FE06 + #define SSP_WAIT_MASK 0xe000 unsigned int emu_status; unsigned int pad[30]; } ssp1601_t;