mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
mcd, fix prototype
This commit is contained in:
parent
78562415ff
commit
69d69a4f63
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ int gfx_context_load(const unsigned char *state);
|
|||
void DmaSlowCell(u32 source, u32 a, int len, unsigned char inc);
|
||||
|
||||
// cd/memory.c
|
||||
extern unsigned int pcd_base_address;
|
||||
extern u32 pcd_base_address;
|
||||
PICO_INTERNAL void PicoMemSetupCD(void);
|
||||
u32 PicoRead8_mcd_io(u32 a);
|
||||
u32 PicoRead16_mcd_io(u32 a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue