mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
experimental ddraw code
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@340 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
8831ef19a0
commit
7c9e6899a2
5 changed files with 140 additions and 20 deletions
|
@ -47,7 +47,7 @@ static int EmuScan(unsigned int num, void *sdata)
|
|||
pd=EmuScreen+(num<<8)+(num<<6); end=pd+320;
|
||||
ps=(unsigned short *)sdata;
|
||||
|
||||
do { *pd++=0xf800;/**ps++;*/ } while (pd<end);
|
||||
do { *pd++=*ps++; } while (pd<end);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue