X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcarthw%2Fsvp%2Fcompiler.h;h=d1456219a7c75d738d222e448f2a594511b91461;hb=41397701210c08b9d25ca66cbe372c7ed86d6927;hp=f2d51febb54ff6b99e4592df12f90712c4ff319a;hpb=1d29444dfc5c59987ea7bab80b8c9f03e5f2d571;p=picodrive.git diff --git a/pico/carthw/svp/compiler.h b/pico/carthw/svp/compiler.h index f2d51fe..d145621 100644 --- a/pico/carthw/svp/compiler.h +++ b/pico/carthw/svp/compiler.h @@ -1,13 +1,3 @@ -#define SSP_TCACHE_SIZE (512*1024) -#define SSP_BLOCKTAB_SIZE (0x5090/2*4) -#define SSP_BLOCKTAB_IRAM_SIZE (15*0x800/2*4) -#define SSP_BLOCKTAB_ALIGN_SIZE 3808 -#define SSP_DRC_SIZE (SSP_TCACHE_SIZE + SSP_BLOCKTAB_SIZE + SSP_BLOCKTAB_IRAM_SIZE + SSP_BLOCKTAB_ALIGN_SIZE) - -extern unsigned int tcache[SSP_TCACHE_SIZE/4]; -extern unsigned int *ssp_block_table[0x5090/2]; -extern unsigned int *ssp_block_table_iram[15][0x800/2]; - int ssp_drc_entry(int cycles); void ssp_drc_next(void); void ssp_drc_next_patch(void);