Zed-Avatar: Ok. I disassembled the Binary to ASM and pulled the command line switches. I have not tested all what they do yet. I will edit this post as I find out.
-p Causes game to run as a terminate and stay resident, with no graphics?
-w Windowed Mode (Can easily corrupt Palette)
-16 Unknown
-8 Causes my game to crash with an error?
-dd Unknown
-ns Unknown
-ms Seems to be a control flag to jump into Multiplayer, likely for NetAccolade
Let me know if you find out something about these switches.
Wow! Thanks!
Omygosh. I haven't heard about a TSR program since the DOS days. I can't imagine what use it might have for a game, though. Very strange.
Hmmm. ns sounds like no sound. Though, I hear all the music up to the point it fails for me. Otherwise, no difference.
8 and 16 might be bits for color? 8 crashes, as you say, and 16 seems to have no effect.
dd seems to have no effect and ms is as you say.
I guess all I could do was reproduce the results you got.