From 1c6e15242a81511dc6fa9708bf9878b8bdbd6011 Mon Sep 17 00:00:00 2001 From: Matthieu Bucchianeri Date: Mon, 28 Oct 2024 18:31:54 -0700 Subject: [PATCH] Modity LTEMM driver for XTMax. --- XTMax/Apps/LTEMM/LTEMM.ASM | 5 +++-- XTMax/Apps/LTEMM/LTEMM.INC | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/XTMax/Apps/LTEMM/LTEMM.ASM b/XTMax/Apps/LTEMM/LTEMM.ASM index e650151..2fb64e7 100644 --- a/XTMax/Apps/LTEMM/LTEMM.ASM +++ b/XTMax/Apps/LTEMM/LTEMM.ASM @@ -3557,7 +3557,7 @@ info: ; EMM driver initial routine work data area ;-------------------------------------------------------------------- start_msg db CR,LF - DB 'LTEMM: Lo-tech EMM Driver ' + DB 'LTEMM: Lo-tech EMM Driver for XTMax ' msg_ver db 'r01' DB CR,LF,'$' install_msg label byte @@ -3573,8 +3573,9 @@ notinst DB 'Installation failed - No EMS available.',CR,LF,LF,'$' pagemsg DB '0000 Pages testing, Esc bypass test',CR,'$' tstpage DB '0000',CR,'$' info_msg db CR,LF - db 'Expanded Memory Manager for the Lo-tech 2MB EMS board.',CR,LF + db 'Expanded Memory Manager for the XTMax expansion board.',CR,LF db CR,LF + db 'Based on Lo-tech EMM Driver for the Lo-tech 2MB EMS board..',CR,LF db 'Based on original works Copyright (c) 1988, Alex Tsourikov.',CR,LF db 'All rights reserved.',CR,LF db CR,LF diff --git a/XTMax/Apps/LTEMM/LTEMM.INC b/XTMax/Apps/LTEMM/LTEMM.INC index d56b5f0..21de6f7 100644 --- a/XTMax/Apps/LTEMM/LTEMM.INC +++ b/XTMax/Apps/LTEMM/LTEMM.INC @@ -81,7 +81,7 @@ hardware_info_struct STRUC hardware_info_struct ENDS HANDLE_CNT EQU 64 ;max handle count -PAGE_MAX EQU 128 ;max logical page count +PAGE_MAX EQU 255 ;max logical page count BACK_MAX EQU 5 ;max mapping data backup count I8042 EQU 60H ;i8042 i/o port address TIME_OUT EQU 1000 ;