Repairing NTVDM (Emulation)
> The graphics issue maybe caused by VIDEOPRT.SYS that needs to be patched
> (sometimes it happen that some update will replace back original version)
> I mention it here
> http://www.rayer.g6.cz/hardware/gf7600gs.htm, there's link to
> http://www.rayer.g6.cz/download/videoprt.zip
Does this patch still work for SP3?
Because my current VIDEOPRT.SYS has 120 exports, nor just 115:
start of file lnk.c:
#pragma comment(linker,"/export:...=vidprt0.VideoPortInterlockedDecrement,@1")
#pragma comment(linker,"/export:...=vidprt0.VideoPortInterlockedExchange,@2")
#pragma comment(linker,"/export:...=vidprt0.VideoPortInterlockedIncrement,@3")
#pragma comment(linker,"/export:...=vidprt0.VideoPortAcquireDeviceLock,@4")
#pragma comment(linker,"/export:...=vidprt0.VideoPortAcquireSpinLock,@5")
exports of current VIDEOPRT.SYS:
101A8 1 12AE VideoPortInterlockedDecrement
101AC 2 1296 VideoPortInterlockedExchange
101B0 3 12A0 VideoPortInterlockedIncrement
101B4 4 18E6 PortNotification
101B8 5 901E VideoPortAcquireDeviceLock
As you can see, there has been a new export inserted at #4.
---
MS-DOS forever!
Complete thread:
- Repairing NTVDM - Tito, 08.08.2013, 01:26 (Emulation)
- Repairing NTVDM - glennmcc, 08.08.2013, 02:12
- Repairing NTVDM - RayeR, 08.08.2013, 02:30
- Repairing NTVDM - Tito, 08.08.2013, 03:48
- Repairing NTVDM - Tito, 08.08.2013, 06:44
- Repairing NTVDM - Japheth, 08.08.2013, 06:55
- Repairing NTVDM - RayeR, 08.08.2013, 17:13
- Repairing NTVDM - Tito, 09.08.2013, 01:14
- Repairing NTVDM - RayeR, 08.08.2013, 17:13
- Repairing NTVDM : YES we CAN - DOS386, 09.08.2013, 10:26