File:  [RetroPC.NET] / np2 / np2tool / HOSTDRV.INC
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jan 22 13:23:06 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: VER_0_77, VER_0_76, VER_0_75, VER_0_74, HEAD
add np2tool (T.Yui)


VERSION_ID		equ		"20040122"


HDRVIF			struc
drive_no			db		?
dosver				dw		?
sda_off				dw		?
sda_seg				dw		?
HDRVIF			ends


LOL				struc
lol_pad1			db		22 dup(?)
lol_cds				dd		?
lol_pad2			db		7 dup(?)
lol_lastdrv			db		?
LOL				ends

CDS				struc
cds_cur				db		67 dup(?)
cds_flag			dw		?
cds_padding			db		10 dup(?)
cds_root			dw		?
CDS				ends


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