From 8cc5b8aa701e3d0421edcf79c0171e935f71b503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Wed, 14 Mar 2007 10:03:40 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20rajout=20d'une=20structure=20pour=20la?= =?UTF-8?q?=20sauvegarde=20et=20la=20restauration=20de=20l'=C3=A9tat=20de?= =?UTF-8?q?=20la=20carte=20video?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/graphic.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/include/graphic.h b/include/graphic.h index 5eedb97..f6d14b2 100644 --- a/include/graphic.h +++ b/include/graphic.h @@ -2,3 +2,25 @@ struc point coordx db 0 coordy db 0 ends point + +struc vgainf +lines db 0 +columns db 0 +x db 0 +y db 0 +xy dw 0 +colors db 7 +mode db 0FFh +pagesize dw 0 +style db 0 +font db 0 +graphic db 0 +nbpage db 0 +color db 0 +cursor db 0 +segments dw 0 +linesize dw 0 +adress dw 0 +base dw 0 +scrolling db 1 +ends vgainf