/****************************************************************
- Driver Information File for Coreco Oculus-500
-
- Boards Supported:
- Oculus-500, 8-bit with/without overlay
-
- Driver - OC500DRV.DLL
-
- Note: Use the OC500STP utility provided with the board to
- establish your configuration. The INI parameters "BasePort",
- "MemoryIndex", and "DriverParm" are NOT used.
-
- Fix history:
- August 28th, 1992. First release: v:1.00
- (Transgen beta v:5.0)
- September 10th, 1992, v:1.01
- (Transgen beta v:6.0)
- Added Support for Panning, Scrolling and Zooming.
- Added Support for the 'SaveImageBuffer' parameter in 'optimas.ini'
- Fix Pixel Operation
-
- October 7th, 1992, v:1.02
- (Transgen beta v:6.0)
- Minor Fixes
-
- October 20th, 1992, v:1.03
- (Transgen beta v:6.0)
- Added support for Memory Map
-
- January 26th, 1993, v:1.04
- (Transgen v:1.0)
- Minor Fixes
-
- July 5th, 1993, v:1.10
- Use of Transgen v:1.10.
- All ODx Functions are now declared as exportable in OC500DRV.DLL.
- Thus one can access any of the ODx Functions through MACRO files.
-
- Warning: One should ONLY use ODx Functions to control the OC-500
- features that cannot be accessed through Optimas.
-
- NOTE: All ODx function MUST be preceded by an underscore:
- ie. DLL_FUNCTION_SPEC opr_set;
- opr_set=Register("OC500DRV", "_opr_set", "%v%d%d");
-
- The Memory Map functions are not available in order for
- oc500drv.dll to maximize its use for speed.
-
- November 10th, 1993, v:1.11
- Fixes: The 'Custom Video' entry in ODX.INI was not used even if
- there was an entry specified.
-
- The OC500STP.EXE file was not copied to the hard drive
- during the automatic installation.
-
- How to install.
- ------------------------------------------------------------
- 1. Copy the files OC500DRV.DLL and OC500DRV.INF from the floppy to
- your hard drive into OPTIMAS's DRIVERS directory.
- (usually \optimas\drivers)
-
- 2. Copy the file BIOSCAN.DLL (ONLY if your current version of
- OPTIMAS is older than 4.02) from the floppy to your hard drive into
- OPTIMAS's directory. (usually \optimas)
-
- 3. Copy the file OC500STP.EXE from the floppy to your hard drive
- into OPTIMAS's directory. (usually \optimas)
-
- 4. Select the Oculus-500 driver as the current OPTIMAS Image Driver.
- This is done by running the "Setup Image Driver..." menu in OPTIMAS.
-
- Or using the NOTEPAD, modify the OPTIMAS.INI file [INIT] section to
- include the following:
-
- FGLibrary=c:\optimas\drivers\OC500DRV.DLL
- Device=Oculus_500
-
- 4. Under Windows, run the Oculus-500 Setup Program OC500STP.EXE
- to configure the Oculus-500.
-
- 5. Restart OPTIMAS.
-
- 6. For Additional Information on the Oculus-500 Driver, please
- read the 'READ.ME' file included on the OC-500 Optimas Driver
- diskette.
-
- ****************************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * */
// **************************************************************
// **************************************************************
// The following is for DRIVER.MAC
INI_IndexCount++;
/* ---- Coreco Oculus-500 ---- */
INI_FGLibrary ::= "OC500DRV.DLL";
INI_DriverArray ::= "OCULUS_500"; INI_IndexList := INI_IndexCount;
INI_DriverTextArray ::= "Coreco Oculus-500";
INI_BasePortArray ::= "[none]" :: "";
INI_MemoryArray ::= "[none]" ::"";
INI_ParmArray ::= "Use OC500STP to set up all parameters" :: "" ;
INI_ParmVector ::= 0 : 0;
INTEGER INI_nOverlayVector;
INI_nOverlayVector:=4;
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.