X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdraw_amips.s;h=fa7906ee3edba827cbd0768f7ddf36bc70a47550;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=29aa7db844928bea4e51ee16c739b89a5b3d078f;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/draw_amips.s b/pico/draw_amips.s index 29aa7db..fa7906e 100644 --- a/pico/draw_amips.s +++ b/pico/draw_amips.s @@ -1,8 +1,12 @@ -# vim:filetype=mips - -# several drawing related functions for Allegrex MIPS -# (c) Copyright 2007, Grazvydas "notaz" Ignotas -# All Rights Reserved +#* +#* several drawing related functions for Allegrex MIPS +#* (C) notaz, 2007-2008 +#* +#* This work is licensed under the terms of MAME license. +#* See COPYING file in the top-level directory. +#* +#* this is highly specialized, be careful if changing related C code! +#* .set noreorder # don't reorder any instructions .set noat # don't use $at @@ -1749,4 +1753,4 @@ TileTable: .long tile11110000, tile11110001, tile11110010, tile11110011, tile11110100, tile11110101, tile11110110, tile11110111 .long tile11111000, tile11111001, tile11111010, tile11111011, tile11111100, tile11111101, tile11111110, tile11111111 - +# vim:filetype=mips