diff options
author | notaz | 2009-06-06 23:33:15 +0300 |
---|---|---|
committer | notaz | 2009-06-06 23:33:15 +0300 |
commit | 638cc6264cf3e8d1f046885fb68b5a1e22729d06 (patch) | |
tree | 031b4138744685d5a7c00505ec4d5f8c38c3919e /gp2x/flush_cache.S | |
parent | 788343bb4cbc9ae133ac748f9ce59731bad67f22 (diff) | |
download | picogpsp-638cc6264cf3e8d1f046885fb68b5a1e22729d06.tar.gz picogpsp-638cc6264cf3e8d1f046885fb68b5a1e22729d06.tar.bz2 picogpsp-638cc6264cf3e8d1f046885fb68b5a1e22729d06.zip |
cpu clock setup, save rom dir, cleanups
Diffstat (limited to 'gp2x/flush_cache.S')
-rw-r--r-- | gp2x/flush_cache.S | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gp2x/flush_cache.S b/gp2x/flush_cache.S deleted file mode 100644 index 4bde0e7..0000000 --- a/gp2x/flush_cache.S +++ /dev/null @@ -1,8 +0,0 @@ -@ vim:filetype=armasm - -.global gp2x_flush_cache @ beginning_addr, end_addr, flags - -gp2x_flush_cache: - swi #0x9f0002 - mov pc, lr - |