X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico%2Fpico.c;h=bff5a2a4e3a7a5d8b994410fca9949b160d8d62b;hb=61290a355398cc8f17b183700f637dc65a8b8ab4;hp=298e57e082a0508996435e90059da052ce3ca992;hpb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;p=picodrive.git diff --git a/pico/pico/pico.c b/pico/pico/pico.c index 298e57e..bff5a2a 100644 --- a/pico/pico/pico.c +++ b/pico/pico/pico.c @@ -1,3 +1,10 @@ +/* + * PicoDrive + * (C) notaz, 2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include "../pico_int.h" // x: 0x03c - 0x19d @@ -75,7 +82,7 @@ static void PicoResetPico(void) PICO_INTERNAL void PicoInitPico(void) { - elprintf(EL_STATUS, "Pico detected"); + elprintf(EL_STATUS, "Pico startup"); PicoLineHook = PicoLinePico; PicoResetHook = PicoResetPico;