Reply 260 of 278, by pan069
- Rank
- Oldbie
Unfortunatly I have neither the correct compiler installed nor the required DDK but it does seem to support LPT as you can specify to use LPT using the build:
NMAKE OPL_ON_LPT=YES
https://github.com/andreiw/adlib21/blob/master/MAKEFILE#L15
And to specify a different port:
NMAKE DEF_PORT=0x3BC
https://github.com/andreiw/adlib21/blob/master/MAKEFILE#L19
Sorry to be totally useless... Hope someone can help you...