neuttower/adlib.h

7 lines
156 B
C
Raw Normal View History

2020-02-02 23:33:07 +00:00
#include <dos.h>
2020-04-19 15:37:08 +00:00
extern int adlib_present;
2020-02-02 23:33:07 +00:00
void adlib_init();
#define adlib_read() inp(0x388)
void adlib_write(int reg, int val);
void adlib_reset();