mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
rename cd/pico.c -> cd/mcd.c
This commit is contained in:
parent
08769494e8
commit
89dbbf2b2f
7 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* common code for pico.c and cd/pico.c
|
||||
* (C) notaz, 2007-2009
|
||||
* common code for base/cd/32x
|
||||
* (C) notaz, 2007-2009,2013
|
||||
*
|
||||
* This work is licensed under the terms of MAME license.
|
||||
* See COPYING file in the top-level directory.
|
||||
|
|
|
@ -607,7 +607,7 @@ PICO_INTERNAL int CheckDMA(void);
|
|||
PICO_INTERNAL void PicoDetectRegion(void);
|
||||
PICO_INTERNAL void PicoSyncZ80(unsigned int m68k_cycles_done);
|
||||
|
||||
// cd/pico.c
|
||||
// cd/mcd.c
|
||||
#define PCDS_IEN1 (1<<1)
|
||||
#define PCDS_IEN2 (1<<2)
|
||||
#define PCDS_IEN3 (1<<3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue