Add PLIP network device

This commit is contained in:
RichardG867
2020-10-17 01:31:53 -03:00
parent 0189ff8ea6
commit 123462f1d9
6 changed files with 542 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
#ifndef EMU_LPT_H
# define EMU_LPT_H
typedef struct
{
const char *name;
@@ -58,3 +61,5 @@ extern const lpt_device_t lpt_dac_device;
extern const lpt_device_t lpt_dac_stereo_device;
extern const lpt_device_t dss_device;
#endif /*EMU_LPT_H*/