mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Gizmondo port updated to 1.51b
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@567 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
fcf94fcc20
commit
84100c0fd5
17 changed files with 537 additions and 228 deletions
|
@ -23,9 +23,10 @@ extern ssp1601_t *ssp;
|
|||
|
||||
#ifndef ARM
|
||||
#define DUMP_BLOCK 0x0c9a
|
||||
u32 tcache[SSP_TCACHE_SIZE/4];
|
||||
u32 *ssp_block_table[0x5090/2];
|
||||
u32 *ssp_block_table_iram[15][0x800/2];
|
||||
u32 tcache[SSP_TCACHE_SIZE/4];
|
||||
char ssp_align[SSP_BLOCKTAB_ALIGN_SIZE];
|
||||
void ssp_drc_next(void){}
|
||||
void ssp_drc_next_patch(void){}
|
||||
void ssp_drc_end(void){}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue