mcd, fix prototype

This commit is contained in:
kub 2023-06-03 20:56:42 +00:00
parent 78562415ff
commit 69d69a4f63

View file

@ -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);