Metropoli BBS
VIEWER: testdrv.pro MODE: TEXT (ASCII)
; This is a sample TESTDRV.PRO with TESTDRV (v1.0)
;
; Comments are started with the ';' and continue to the newline

DriverName  = MSCD000   ; the driver to test, same as mscdex
WriteDevice = f         ; the device is not writable
Redbook     = t         ;        Supports redbook addressing
RawMode     = t         ; supports raw mode data
Prefetch    = t         ; supports prefetching
AudioControl  = t       ; supports audio channel manipulation
Audio       = t         ; supports digital audio
AudioChannels = 2       ; 2 audio channels
Interleave  = f         ; does not support interleaving
Eject       = t         ; supports software eject/close
UPC         = t         ; supports UPCcode information calls
SubInfo     = f         ; does not support SubChannel information 
;Interleaveskip = 0     
;Interleavesize = 0
HSGSectors = 000f00, 0003f3, 00800
RedSectors = 4:4:5, 4:2:1
;OUTPUT         = script.hex

;<EOF>



[ RETURN TO DIRECTORY ]