mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
del ability, adjustments, 1.40 release?
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@400 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2d2247c260
commit
1b13dae0c4
5 changed files with 61 additions and 14 deletions
|
@ -47,8 +47,10 @@ static void PicoSVPLine(int count)
|
|||
{
|
||||
if ((PicoOpt&0x20000) && svp_dyn_ready)
|
||||
ssp1601_dyn_run(PicoSVPCycles * count);
|
||||
else
|
||||
else {
|
||||
ssp1601_run(PicoSVPCycles * count);
|
||||
svp_dyn_ready = 0; // just in case
|
||||
}
|
||||
|
||||
// test mode
|
||||
//if (Pico.m.frame_count == 13) PicoPad[0] |= 0xff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue