diff options
-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: |