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