mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
more sms wip, better ROM detect, line callback change
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@762 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
200772b790
commit
87b0845f37
19 changed files with 414 additions and 186 deletions
|
@ -92,7 +92,7 @@ static const unsigned long mask_numbers[] = {
|
|||
|
||||
static int EmuScanBegin8(unsigned int num)
|
||||
{
|
||||
DrawLineDest = PicoDraw2FB + 328*num + 328*8 + 8;
|
||||
DrawLineDest = PicoDraw2FB + 328*num + 8;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -105,7 +105,7 @@ static int EmuScanEndFit0(unsigned int num)
|
|||
static int u = 0, num2 = 0;
|
||||
if(!num) u = num2 = 0;
|
||||
|
||||
DrawLineDest = PicoDraw2FB + 328*(++num2) + 328*8 + 8;
|
||||
DrawLineDest = PicoDraw2FB + 328*(++num2) + 8;
|
||||
|
||||
u += 6666;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue