mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
5 lines
122 B
C
5 lines
122 B
C
void ddc_init(void);
|
|
void ddc_i2c_change(int new_clock, int new_data);
|
|
int ddc_read_clock(void);
|
|
int ddc_read_data(void);
|