Files
86Box/src/VIDEO/vid_ics2595.h
OBattler f6612fb33b Fixed bugs that were preventing NVR and Flash files from behind saved;
A lot of clean ups from waltje;
Start of a directory structure for the code, thanks to waltje.
2017-05-06 17:48:33 +02:00

16 lines
310 B
C

/* Copyright holders: Sarah Walker
see COPYING for more details
*/
typedef struct ics2595_t
{
int oldfs3, oldfs2;
int dat;
int pos;
int state;
double clocks[16];
double output_clock;
} ics2595_t;
void ics2595_write(ics2595_t *ics2595, int strobe, int dat);