From 960c0a6e5f2df545fee99e55dca299c5d6c0059c Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 26 Mar 2006 11:54:44 +0000 Subject: [PATCH] Fix some log message Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2554 --- src/dos/dos_mscdex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dos/dos_mscdex.cpp b/src/dos/dos_mscdex.cpp index f47442b8..506872bc 100644 --- a/src/dos/dos_mscdex.cpp +++ b/src/dos/dos_mscdex.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dos_mscdex.cpp,v 1.36 2006-02-09 11:47:48 qbix79 Exp $ */ +/* $Id: dos_mscdex.cpp,v 1.37 2006-03-26 11:54:44 qbix79 Exp $ */ #include #include @@ -970,7 +970,7 @@ static bool MSCDEX_Handler(void) { if (reg_ah!=0x15) return false; PhysPt data = PhysMake(SegValue(es),reg_bx); - MSCDEX_LOG("MSCDEX: INT 2F %04X BX= %04X CX=%04X",reg_ax,reg_bx,reg_bx); + MSCDEX_LOG("MSCDEX: INT 2F %04X BX= %04X CX=%04X",reg_ax,reg_bx,reg_cx); switch (reg_ax) { case 0x1500: /* Install check */