Jump to content

TURNON.SYS: Difference between revisions

From EDM2
Created page with "Turnon.sys driver is designed for use with the WarpTuner. It comes included on the WarpTuner program. DEVICE=[Path]\turnon.sys xxx yyy ==Parameters== ; xxx :sb i/o port (..."
 
No edit summary
 
Line 15: Line 15:


  DEVICE=C:\turrnon.sys 220 384
  DEVICE=C:\turrnon.sys 220 384
[[Category:DEVICE Statements]]

Latest revision as of 15:10, 20 July 2021

Turnon.sys driver is designed for use with the WarpTuner. It comes included on the WarpTuner program.

DEVICE=[Path]\turnon.sys xxx yyy

Parameters

xxx
sb i/o port (in hex).
yyy
fm i/o port (in hex).

If xxx and yyy values are not listed, default values 220h and 384h are used as default values.

Example

Suppose the turnon.sys file has been placed in root directory of drive C, sb i/o port = 220 h, and fm i/o port = 384 h.

DEVICE=C:\turrnon.sys 220 384