fixed a few MDMA-related quirks. DMA still doesn't work when running from RAM

This commit is contained in:
Markus Fröschle
2013-08-24 07:46:15 +00:00
parent 6342196e2b
commit 0f6a88260b
6 changed files with 17 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ _rom_entry:
move.l #__RAMBAR1 + 0x1,d0
movec d0,RAMBAR1
/* set stack pointer to end of SRAM1 */
/* set stack pointer to end of SRAM */
lea __SUP_SP,a7
move.l #0,(sp)