mmuhack, 6502 tweaks, fskip
[fceu.git] / drivers / gp2x / asmutils.s
diff --git a/drivers/gp2x/asmutils.s b/drivers/gp2x/asmutils.s
new file mode 100644 (file)
index 0000000..c87a3ab
--- /dev/null
@@ -0,0 +1,9 @@
+@ vim:filetype=armasm
+
+@ test
+.global flushcache @ beginning_addr, end_addr, flags
+
+flushcache:
+    swi #0x9f0002
+    mov pc, lr
+