1
0
mirror of synced 2026-02-11 10:45:30 +00:00

Modify SDPP driver for XTMax.

This commit is contained in:
Matthieu Bucchianeri
2024-10-19 23:50:24 -07:00
parent 1e54937295
commit c534956ca9
2 changed files with 57 additions and 178 deletions

View File

@@ -367,7 +367,7 @@ PUBLIC void Initialize (rh_init_t far *rh)
WORD brkadr, reboot[2]; int status, i;
/* The version number is sneakily stored in the device header! */
cdprintf("SD pport device driver V%c.%c (C) 2014 by Dan Marks\n based on TU58 by Robert Armstrong\n",
cdprintf("SD Card driver for XTMax\n based on SD pport device driver V%c.%c (C) 2014 by Dan Marks\n based on TU58 by Robert Armstrong\n",
header.name[6], header.name[7]);
/* Parse the options from the CONFIG.SYS file, if any... */