X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcd%2Fmemory_arm.s;h=b9bbaec88e790a4f02c155ddddbc031cccdc6562;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=74315e446dcd4f800d13a2f6295d125bb5099a0e;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/cd/memory_arm.s b/pico/cd/memory_arm.s index 74315e4..b9bbaec 100644 --- a/pico/cd/memory_arm.s +++ b/pico/cd/memory_arm.s @@ -1,8 +1,10 @@ -@ vim:filetype=armasm - -@ Memory I/O handlers for Sega/Mega CD emulation -@ (c) Copyright 2007-2009, Grazvydas "notaz" Ignotas - +@* +@* Memory I/O handlers for Sega/Mega CD emulation +@* (C) notaz, 2007-2009 +@* +@* This work is licensed under the terms of MAME license. +@* See COPYING file in the top-level directory. +@* .equiv PCM_STEP_SHIFT, 11 @@ -734,3 +736,4 @@ m_s68k_write16_regs_spec: @ special case .pool +@ vim:filetype=armasm