mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
svp compiler: some PMAR handling, code detection
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@377 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
0e4d7ba5f4
commit
ede7220f67
4 changed files with 250 additions and 62 deletions
|
@ -44,11 +44,6 @@ static void PicoSVPReset(void)
|
|||
|
||||
static void PicoSVPLine(int count)
|
||||
{
|
||||
static int inited = 0;
|
||||
if (!(svp->ssp1601.gr[SSP_PM0].h & 2) && !inited) return;
|
||||
inited = 1;
|
||||
|
||||
// ???
|
||||
if (PicoOpt&0x20000)
|
||||
ssp1601_run(PicoSVPCycles * count);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue