mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sprite binning finished
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@515 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d9fc2fe1ac
commit
947fb5f96a
5 changed files with 44 additions and 43 deletions
|
@ -143,11 +143,6 @@ static int PicoFrameHints(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
// V-int line (224 or 240)
|
||||
Pico.m.scanline = y;
|
||||
pv->v_counter = 0xe0; // bad for 240 mode
|
||||
if ((pv->reg[12]&6) == 6) pv->v_counter = 0xc1;
|
||||
|
||||
if (!skip)
|
||||
{
|
||||
if (DrawScanline < y)
|
||||
|
@ -157,6 +152,11 @@ static int PicoFrameHints(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
// V-int line (224 or 240)
|
||||
Pico.m.scanline = y;
|
||||
pv->v_counter = 0xe0; // bad for 240 mode
|
||||
if ((pv->reg[12]&6) == 6) pv->v_counter = 0xc1;
|
||||
|
||||
// VDP FIFO
|
||||
pv->lwrite_cnt=0;
|
||||
Pico.video.status|=0x200;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue