X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fmisc_amips.s;h=3aa70c7727a1938ef1eb3e17e76f4651ca3b2ecf;hb=1dd0871f208e59792aff088ea41f471673eeaa7e;hp=283324c9cfbccba54a729183ad99992657308d51;hpb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;p=picodrive.git diff --git a/pico/misc_amips.s b/pico/misc_amips.s index 283324c..3aa70c7 100644 --- a/pico/misc_amips.s +++ b/pico/misc_amips.s @@ -1,8 +1,10 @@ -# vim:filetype=mips - -# Some misc routines for Allegrex MIPS -# (c) Copyright 2007, Grazvydas "notaz" Ignotas -# All Rights Reserved +#* +#* Some misc routines for Allegrex MIPS +#* (C) notaz, 2007-2008 +#* +#* This work is licensed under the terms of MAME license. +#* See COPYING file in the top-level directory. +#* .set noreorder .set noat @@ -173,3 +175,4 @@ mc32_return: jr $ra nop +# vim:filetype=mips