diff options
author | Bertrand Augereau | 2007-12-10 02:04:42 +0000 |
---|---|---|
committer | Bertrand Augereau | 2007-12-10 02:04:42 +0000 |
commit | 7f97dfe610fa790438a072635d4f4b747c9b8adc (patch) | |
tree | 5113ebce413d0ec089c15b3554de08f99565d779 /backends/platform/ds | |
parent | 209ebf33830c02f771888bebb3cd210ecbfe2fd7 (diff) | |
download | scummvm-rg350-7f97dfe610fa790438a072635d4f4b747c9b8adc.tar.gz scummvm-rg350-7f97dfe610fa790438a072635d4f4b747c9b8adc.tar.bz2 scummvm-rg350-7f97dfe610fa790438a072635d4f4b747c9b8adc.zip |
NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is still room)
svn-id: r29810
Diffstat (limited to 'backends/platform/ds')
-rw-r--r-- | backends/platform/ds/arm9/source/blitters_arm.s | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/backends/platform/ds/arm9/source/blitters_arm.s b/backends/platform/ds/arm9/source/blitters_arm.s index 30b45e36b1..be777993ab 100644 --- a/backends/platform/ds/arm9/source/blitters_arm.s +++ b/backends/platform/ds/arm9/source/blitters_arm.s @@ -20,13 +20,14 @@ @ @ @author Robin Watts (robin@wss.co.uk) - .text - .global asmDrawStripToScreen .global asmCopy8Col .global Rescale_320x256xPAL8_To_256x256x1555 .global Rescale_320x256x1555_To_256x256x1555 - + .section .itcm,"ax", %progbits + .align 2 + .code 32 + @ ARM implementation of asmDrawStripToScreen. @ @ C prototype would be: |