Mercurial > hg > Members > kono > nitros9-code
changeset 2595:bb1fc19ab520
New descriptor for second vhd drive in MESS v144 and newer. R. Gault
author | robertgault |
---|---|
date | Sat, 24 Dec 2011 13:05:41 +0000 |
parents | 3eeef3d4f272 |
children | e31ad25cbc56 |
files | 3rdparty/drivers/emudsk/h1.asm |
diffstat | 1 files changed, 45 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/drivers/emudsk/h1.asm Sat Dec 24 13:05:41 2011 +0000 @@ -0,0 +1,45 @@ +******************************************************************** +* Emudsk - Virtual disk driver for CoCo emulators +* +* $Id$ +* +* Ed. Comments Who YY/MM/DD +* ------------------------------------------------------------------ +* 01 Modified to compile under OS9Source tjl 02/08/28 +* 02 Corrected device address for MESS R.Gault 11/12/24 +* Address not used by driver but still .... + + IFP1 + USE os9defs + ENDC + +type SET Devic+Objct + MOD rend,rnam,type,ReEnt+1,fmnam,drvnam + FCB $FF all access modes + FCB $07,$FF,$80 device address + + FCB optl number of options + +optns EQU * + FCB DT.RBF RBF device + FCB $01 drive number + FCB $00 step rate + FCB $80 type=nonstd,coco + FCB $01 double density + FDB $005a tracks + FCB $40 one side + FCB $01 no verify + FDB $0040 sectors/track + FDB $0040 "", track 0 + FCB $03 interleave + FCB $20 min allocation +optl EQU *-optns + +rnam FCS /H0/ +fmnam FCS /RBF/ +drvnam FCS /EmuDsk/ + + EMOD +rend EQU * + end +