mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
7 lines
123 B
C
7 lines
123 B
C
|
|
|
|
void gfx_cd_update(void);
|
|
|
|
unsigned int gfx_cd_read(unsigned int a);
|
|
void gfx_cd_write(unsigned int a, unsigned int d);
|
|
|