6 lines
129 B
C
6 lines
129 B
C
|
#include <dos.h>
|
||
|
|
||
|
void adlib_init();
|
||
|
#define adlib_read() inp(0x388)
|
||
|
void adlib_write(int reg, int val);
|
||
|
void adlib_reset();
|