clarify PicoDrive's license
[picodrive.git] / pico / cd / misc_arm.s
index b8268d6..7d85c00 100644 (file)
@@ -1,7 +1,10 @@
-@ vim:filetype=armasm
-
-@ Memory converters for different modes
-@ (c) Copyright 2007, Grazvydas "notaz" Ignotas
+@*
+@* Memory converters for different modes
+@* (C) notaz, 2007-2008
+@*
+@* This work is licensed under the terms of MAME license.
+@* See COPYING file in the top-level directory.
+@*
 
 
 @ r10 is tmp, io1 is lsb halfword, io2 is msb
@@ -73,4 +76,4 @@ _1Mto2M_loop:
 
     ldmfd   sp!,{r4-r11,pc}
 
-
+@ vim:filetype=armasm