.cue support, Pico stubs
[picodrive.git] / Pico / Pico / Pico.c
diff --git a/Pico/Pico/Pico.c b/Pico/Pico/Pico.c
new file mode 100644 (file)
index 0000000..fb4a3da
--- /dev/null
@@ -0,0 +1,10 @@
+#include "../PicoInt.h"
+
+PICO_INTERNAL int PicoInitPico(void)
+{
+  elprintf(EL_STATUS, "Pico detected");
+  PicoAHW = PAHW_PICO;
+
+  return 0;
+}
+