X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fdebug.c;h=1372627f3c248598c777a17cb2d3bf5d2cc9a6fc;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=4fffcf671c881136e97cddd616fcf56d1176c53f;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/cpu/debug.c b/cpu/debug.c index 4fffcf6..1372627 100644 --- a/cpu/debug.c +++ b/cpu/debug.c @@ -1,6 +1,9 @@ /* - * vim:shiftwidth=2:expandtab * PDB, the PicoDrive debugger + * (C) notaz, 2010 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. */ #define _GNU_SOURCE #include @@ -407,3 +410,4 @@ void pdb_cleanup(void) pdb_cpu_count = 0; } +// vim:shiftwidth=2:expandtab