X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fblit.c;h=96326fe138e3294fa13919c30b2dbfda73f8b2c5;hb=ee3c39efd2cf51cd654b6240f6fb595673f10f45;hp=fbaac03ff92eea42564003d1ce91b84366528b21;hpb=19954be1966a04304b16d9180b003ec8ca3bc532;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 ...