X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2FdebugCPU.c;h=fd312142ed3b6f1186b0867a0b01ea5ce4a4c9d0;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=77ca4207b270efc9c761b5c550f0cd8d131a456b;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/debugCPU.c b/pico/debugCPU.c index 77ca420..fd31214 100644 --- a/pico/debugCPU.c +++ b/pico/debugCPU.c @@ -1,3 +1,11 @@ +/* + * debug stuff + * (C) notaz, 2006-2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ + #include "pico_int.h" typedef unsigned char u8;