32x: map dram correctly on 68k side
[picodrive.git] / pico / memory_arm.s
index 972b918..be2fa99 100644 (file)
@@ -1,10 +1,10 @@
-@ vim:filetype=armasm\r
-\r
-@ (c) Copyright 2006-2009, Grazvydas "notaz" Ignotas\r
-@ All Rights Reserved\r
-\r
-\r
-@@ .include "port_config.s"\r
+/*\r
+ * PicoDrive\r
+ * (C) notaz, 2006-2009\r
+ *\r
+ * This work is licensed under the terms of MAME license.\r
+ * See COPYING file in the top-level directory.\r
+ */\r
 \r
 .equ SRR_MAPPED,    (1 <<  0)\r
 .equ SRR_READONLY,  (1 <<  1)\r
@@ -304,3 +304,4 @@ m_write16_not_sreg:
 \r
 .pool\r
 \r
+@ vim:filetype=armasm\r