X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fmemory_arm.s;h=9d46ba94a40a850929177bb7dcff1998910d855d;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=972b9182d7f6a46d95d5495da4b31f4929e75520;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/memory_arm.s b/pico/memory_arm.s index 972b918..9d46ba9 100644 --- a/pico/memory_arm.s +++ b/pico/memory_arm.s @@ -1,8 +1,10 @@ -@ vim:filetype=armasm - -@ (c) Copyright 2006-2009, Grazvydas "notaz" Ignotas -@ All Rights Reserved - +/* + * PicoDrive + * (C) notaz, 2006-2009 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ @@ .include "port_config.s" @@ -304,3 +306,4 @@ m_write16_not_sreg: .pool +@ vim:filetype=armasm