Reply 40 of 467, by Scali
Very nice work!
As for redirecting C0h to 2C0h... we had a discussion on that earlier with the Lo-Tech card, and the solution we came up with was to patch the 'out c0h' instructions in code to 'int c0h'.
Then a very simple TSR would hook into int c0h, and send to the desired port. The big advantage is that it doesn't require a 386+.
I believe there was a collection of game patches for this somewhere, by Carlostex.