recognize the MED ssf2 header
[picodrive.git] / pico / pico / pico.c
index 298e57e..bff5a2a 100644 (file)
@@ -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;