This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ROM Simulator & XP

Hi,
I am using a pretty old ROM-simulator which is connected to the pc at the parallel port. Now I updated to Windows XP :-(

Is there any idea how I can still use such a device under XP?

Thank you
...Leo

Parents
  • Yes, there is. There are special drivers that can grant a process direct access to the I/O ports. GIVEIO.SYS is the original idea, other, similar ones exist.

    To keep this marginally safe, you'll still need access to the source code of the program, though --- otherwise, you'ld have to open I/O ports access for all programs on the box, and that's a rather sure path to desaster.

    Or simply don't use XP. Keep your DOS.

Reply
  • Yes, there is. There are special drivers that can grant a process direct access to the I/O ports. GIVEIO.SYS is the original idea, other, similar ones exist.

    To keep this marginally safe, you'll still need access to the source code of the program, though --- otherwise, you'ld have to open I/O ports access for all programs on the box, and that's a rather sure path to desaster.

    Or simply don't use XP. Keep your DOS.

Children