Patches of drivers for block storage IEEE1394 & USB devices in Windows 98SE / ME

USBNTMAP.SYS
NTMAP.SYS
ME\NTMAP.SYS
- Removed the setting of "ATAPI" property (enabled on all devices previously). This property prevented SMARTVSD.VXD from working on right devices

OLDCDHLP.VXD
- some old SCSI devices really need "ATAPI" bit set for some functionality like CD Audio Analog Play
This driver sets above mentioned bit in right time and so does not bother SMARTVSD.
To install copy it to
%windir%\SYSTEM\IOSUBSYS\
It's safe to install this driver always as it makes changes for old devices only which really need this and doesn't touch other.
More detailed:
https://github.com/oerg866/win98-quickinstall/issues/151

USBMPHLP.PDR
- Cleaned up the garbage left over from the linker
- .VXD version patched for normal boot in 98SE (from 4.90 to 4.10)
