From 694f7cf60531e17b60d563ef3e6e8c02eabb3d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sat, 24 Mar 2007 19:36:59 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20correction=20d'un=20bogue=20(param=C3=A8?= =?UTF-8?q?tre=20en=20trop)=20dans=20les=20fonctions=20"page1to2"=20et=20"?= =?UTF-8?q?page2to1"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noyau/video.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/noyau/video.asm b/noyau/video.asm index 59135ae..11c34ee 100644 --- a/noyau/video.asm +++ b/noyau/video.asm @@ -1118,7 +1118,6 @@ endp restorescreenfrom ;===============================Page2to1============================ PROC page2to1 FAR - ARG @offset:word USES ecx,si,di,ds,es mov cx,0B800H mov es,cx @@ -1135,7 +1134,6 @@ endp page2to1 ;===============================Page1to2============================ PROC page1to2 FAR - ARG @offset:word USES ecx,si,di,ds,es mov cx,0B800H mov es,cx