1.14 release

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@29 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-02-05 22:23:19 +00:00
parent 4f265db776
commit 1cd356a33d
7 changed files with 74 additions and 41 deletions

View file

@ -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 {