mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
1.14 release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@29 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4f265db776
commit
1cd356a33d
7 changed files with 74 additions and 41 deletions
|
@ -104,6 +104,7 @@ static void DmaSlow(int len)
|
|||
pdend=(u16 *)(Pico_mcd->bios+0x20000);
|
||||
} else if ((source&0xfc0000)==0x200000 && (!(Pico_mcd->s68k_regs[3]&4))) { // Word Ram
|
||||
if (!(Pico_mcd->s68k_regs[3]&4)) { // 2M mode
|
||||
source -= 2;
|
||||
pd=(u16 *)(Pico_mcd->word_ram+(source&0x3fffe));
|
||||
pdend=(u16 *)(Pico_mcd->word_ram+0x40000);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue