X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fmemory_amips.s;h=4f09198f026a5f948da906e00ce03abe5b0bdd6c;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=4ff400b31d168024eb26236d686eb877b8584a1e;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/memory_amips.s b/pico/memory_amips.s index 4ff400b..4f09198 100644 --- a/pico/memory_amips.s +++ b/pico/memory_amips.s @@ -1,13 +1,13 @@ -# vim:filetype=mips +#* +#* 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. +#* -# memory handlers with banking support for SSF II - The New Challengers -# mostly based on Gens code # OUT OF DATE -# (c) Copyright 2007, Grazvydas "notaz" Ignotas -# All Rights Reserved - - .set noreorder .set noat @@ -787,3 +787,4 @@ pwr_banking: jr $ra nop +# vim:filetype=mips