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 bbaa522b58
commit 4218e2e655
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)