aboutsummaryrefslogtreecommitdiff
path: root/sfmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfmain.c')
-rw-r--r--sfmain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfmain.c b/sfmain.c
index 3cd9a03..c0f292f 100644
--- a/sfmain.c
+++ b/sfmain.c
@@ -349,6 +349,9 @@ static int configure_driver(LPTSRDATA data)
data->files[i].handle = SHFL_HANDLE_NIL;
}
+ // Configure the debug logging port
+ dlog_init();
+
// Initialize TSR data
data->dossda = dos_get_swappable_dos_area();