Sonic CD shows Sega logo
[picodrive.git] / Pico / cd / gfx_cd.h
1
2
3 void gfx_cd_update(void);
4
5 unsigned int gfx_cd_read(unsigned int a);
6 void gfx_cd_write(unsigned int a, unsigned int d);
7