pete286/adlib.h
Jeremy Penner 49f532a85b JOPL adlib livecoding environment; stop including JIM files in git
I now have multiple executables that depend on the same .jor source files
and I am not diligent about ensuring that both are up-to-date and working.
As small changes to source files can cause .jim files to fail silently,
I've removed them from the repo for now.
2019-03-31 19:29:16 -04:00

6 lines
129 B
C
Executable file

#include <dos.h>
void adlib_init();
#define adlib_read() inp(0x388)
void adlib_write(int reg, int val);
void adlib_reset();