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:
notaz 2008-03-09 18:58:35 +00:00
parent 0e4d7ba5f4
commit ede7220f67
4 changed files with 250 additions and 62 deletions

View file

@ -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