Skip to content

Commit

Permalink
set xms handle id in vcpi
Browse files Browse the repository at this point in the history
  • Loading branch information
cracyc committed Nov 21, 2024
1 parent c9ec86a commit 013c746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msdos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18884,6 +18884,7 @@ inline void msdos_int_67h_deh()
if(emb_handle != NULL) {
CPU_AH = 0x00;
CPU_EDX = emb_handle->address;
emb_handle->handle = msdos_xms_get_unused_emb_handle_id();
}
} else if(CPU_AL == 0x05) {
for(emb_handle_t *emb_handle = emb_handle_top; emb_handle != NULL; emb_handle = emb_handle->next) {
Expand Down

1 comment on commit 013c746

@cracyc
Copy link
Owner Author

@cracyc cracyc commented on 013c746 Nov 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this lotus 123r3 works with vcpi.

Please sign in to comment.