Jeremy Penner
49f532a85b
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.
6 lines
129 B
C
Executable file
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(); |