Ported the latest Voodoo patches from PCem.
This commit is contained in:
4
src/include/86box/vid_ddc.h
Normal file
4
src/include/86box/vid_ddc.h
Normal file
@@ -0,0 +1,4 @@
|
||||
void ddc_init(void);
|
||||
void ddc_i2c_change(int new_clock, int new_data);
|
||||
int ddc_read_clock(void);
|
||||
int ddc_read_data(void);
|
||||
Reference in New Issue
Block a user