From 5e55bdcba32166938f9f89c6677061badcb5c230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Wed, 11 Apr 2007 16:00:32 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20ajout=20de=20la=20structure=20"diskbuff?= =?UTF-8?q?er"=20qui=20permet=20l'usage=20de=20tampons=20lors=20des=20acc?= =?UTF-8?q?=C3=A8s=20disquette?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/fat.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/fat.h b/include/fat.h index 9b5cb56..61bcb41 100644 --- a/include/fat.h +++ b/include/fat.h @@ -1,3 +1,9 @@ +struc diskbuffer +size dw 12 +current dw 0FFFFh +chain dw 128 dup (0FFFFh) +ends diskbuffer + struc dpt steprate&headunload db 0DFh ;Vitesse de progression & mont‚e de la tˆte dmaflag&headload db 002h ;Etat Dma et temps de descente de la tˆte