aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.s
diff options
context:
space:
mode:
authorDavid-John Willis2011-04-12 12:05:56 +0100
committerDavid-John Willis2011-04-13 08:01:15 +0100
commitcb3e3e7125274dba4437f0beb35b461405eb3442 (patch)
treebf414509142fe8e02593f77c8e5188974ee964cc /backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.s
parent65fc72e30a885f6adca99505ee869e010f94c1c3 (diff)
downloadscummvm-rg350-cb3e3e7125274dba4437f0beb35b461405eb3442.tar.gz
scummvm-rg350-cb3e3e7125274dba4437f0beb35b461405eb3442.tar.bz2
scummvm-rg350-cb3e3e7125274dba4437f0beb35b461405eb3442.zip
GP2X: Move build support files into the GPH backend.
Diffstat (limited to 'backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.s')
-rw-r--r--backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.s b/backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.s
new file mode 100644
index 0000000000..17628c156a
--- /dev/null
+++ b/backends/platform/gph/devices/gp2x/mmuhack/flush_uppermem_cache.s
@@ -0,0 +1,6 @@
+.global flush_uppermem_cache @ void *start_address, void *end_address, int flags
+
+flush_uppermem_cache:
+ swi #0x9f0002
+ bx lr
+