File:  [RetroPC.NET] / np2 / np2tool / HOSTDRV.INC
Revision 1.2: download - view: text, annotated - select for diffs
Thu Jun 10 13:49:48 2004 JST (21 years, 4 months ago) by yui
Branches: MAIN
CVS tags: HEAD
update np2tools (T.Yui)


VERSION_ID		equ		"20040122"


				struc	HDRVIF
.drive_no			resb	1
.dosver				resw	1
.sda_off			resw	1
.sda_seg			resw	1
				endstruc

				struc	LOL
					resb	22
.cds				resd	1
					resb	7
.lastdrv			resb	1
				endstruc

				struc	CDS
.cur				resb	67
.flag				resw	1
					resb	10
.root				resw	1
.size
				endstruc


RetroPC.NET-CVS <cvs@retropc.net>