X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcarthw%2Fsvp%2Fstub_arm.S;h=c65a2357de29271e99ab3413f8d84ffc1db82d83;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=87c8f803031d9a54b5e0f8291e8e3842ced3e768;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/carthw/svp/stub_arm.S b/pico/carthw/svp/stub_arm.S index 87c8f80..c65a235 100644 --- a/pico/carthw/svp/stub_arm.S +++ b/pico/carthw/svp/stub_arm.S @@ -1,9 +1,10 @@ -@ vim:filetype=armasm - -@ Compiler helper functions and some SVP HLE code - -@ (c) Copyright 2008, Grazvydas "notaz" Ignotas -@ Free for non-commercial use. +@* +@* Compiler helper functions and some SVP HLE code +@* (C) notaz, 2008,2009 +@* +@* This work is licensed under the terms of MAME license. +@* See COPYING file in the top-level directory. +@* .global ssp_drc_entry .global ssp_drc_next @@ -615,3 +616,4 @@ hle_07_036_ending2: mov r0, #0x87 b ssp_drc_next @ let the dispatcher finish this +@ vim:filetype=armasm