rename cd/pico.c -> cd/mcd.c

This commit is contained in:
notaz 2013-08-28 02:21:57 +03:00
parent 08769494e8
commit 89dbbf2b2f
7 changed files with 10 additions and 8 deletions

View file

@ -99,7 +99,7 @@ typedef enum { PI_ROM, PI_ISPAL, PI_IS40_CELL, PI_IS240_LINES } pint_t;
typedef union { int vint; void *vptr; } pint_ret_t;
void PicoGetInternal(pint_t which, pint_ret_t *ret);
// cd/Pico.c
// cd/mcd.c
extern void (*PicoMCDopenTray)(void);
extern void (*PicoMCDcloseTray)(void);
extern int PicoCDBuffers;