hxcfe-sys 0.2.0

Bindings for libhxcfe https://github.com/jfdelnero/HxCFloppyEmulator/. Unfinished work, contributions are welcomed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "types.h"
#include "internal_floppy.h"
#include "internal_libhxcfe.h"
#include "tracks/track_generator.h"
#include "libhxcfe.h"

// libhxcadaptor functions (requires stdio.h for FILE type)
#include <stdio.h>
#include "libhxcadaptor.h"

// libusbhxcfe functions (conditionally included)
#ifdef ENABLE_USB
#include "usb_hxcfloppyemulator.h"
#endif