32x: avoid unnecessary logging
[picodrive.git] / pico / memory_amips.s
index 34d3673..4f09198 100644 (file)
@@ -1,11 +1,12 @@
-# vim:filetype=mips
-
-# memory handlers with banking support for SSF II - The New Challengers
-# mostly based on Gens code
-
-# (c) Copyright 2007, Grazvydas "notaz" Ignotas
-# All Rights Reserved
+#*
+#* memory handlers with banking support
+#* (C) notaz, 2007-2008
+#*
+#* This work is licensed under the terms of MAME license.
+#* See COPYING file in the top-level directory.
+#*
 
+# OUT OF DATE
 
 .set noreorder
 .set noat
@@ -786,3 +787,4 @@ pwr_banking:
     jr      $ra
     nop
 
+# vim:filetype=mips