1
0
mirror of synced 2026-02-27 17:23:38 +00:00

Modity LTEMM driver for XTMax.

This commit is contained in:
Matthieu Bucchianeri
2024-10-28 18:31:54 -07:00
parent a0b19f9630
commit 1c6e15242a
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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 ;