.cue support, Pico stubs
[picodrive.git] / Pico / Pico / Pico.c
1 #include "../PicoInt.h"
2
3 PICO_INTERNAL int PicoInitPico(void)
4 {
5   elprintf(EL_STATUS, "Pico detected");
6   PicoAHW = PAHW_PICO;
7
8   return 0;
9 }
10