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