X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fblit.c;h=96326fe138e3294fa13919c30b2dbfda73f8b2c5;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=fbaac03ff92eea42564003d1ce91b84366528b21;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/platform/linux/blit.c b/platform/linux/blit.c index fbaac03..96326fe 100644 --- a/platform/linux/blit.c +++ b/platform/linux/blit.c @@ -1,3 +1,10 @@ +/* + * PicoDrive + * (C) notaz, 2006,2009 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ // Convert 0000bbb0 ggg0rrr0 0000bbb0 ggg0rrr0 // to 00000000 rrr00000 ggg00000 bbb00000 ...