mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
svp compiler: some fixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@380 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d527628282
commit
e122fae6f4
4 changed files with 31 additions and 33 deletions
|
@ -26,7 +26,7 @@ static carthw_state_chunk svp_states[] =
|
|||
{
|
||||
{ CHUNK_IRAM, 0x800, NULL },
|
||||
{ CHUNK_DRAM, sizeof(svp->dram), NULL },
|
||||
{ CHUNK_SSP, sizeof(svp->ssp1601), NULL },
|
||||
{ CHUNK_SSP, sizeof(svp->ssp1601) - sizeof(svp->ssp1601.drc), NULL },
|
||||
{ 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue