Startup function for mscdex
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@711
This commit is contained in:
parent
9c86d11309
commit
8a9867ef92
1 changed files with 5 additions and 2 deletions
|
@ -74,14 +74,14 @@ void TANDYSOUND_Init(Section*);
|
|||
void CMS_Init(Section*);
|
||||
void DISNEY_Init(Section*);
|
||||
|
||||
|
||||
|
||||
void PIC_Init(Section*);
|
||||
void TIMER_Init(Section*);
|
||||
void BIOS_Init(Section*);
|
||||
void DEBUG_Init(Section*);
|
||||
void CMOS_Init(Section*);
|
||||
|
||||
void MSCDEX_Init(Section*);
|
||||
|
||||
/* Dos Internal mostly */
|
||||
void EMS_Init(Section*);
|
||||
void XMS_Init(Section*);
|
||||
|
@ -228,6 +228,9 @@ void DOSBOX_Init(void) {
|
|||
secprop->AddInitFunction(&XMS_Init);
|
||||
secprop->Add_int("xmssize",8);
|
||||
|
||||
// Mscdex
|
||||
secprop->AddInitFunction(&MSCDEX_Init);
|
||||
|
||||
secline=control->AddSection_line("autoexec",&AUTOEXEC_Init);
|
||||
|
||||
control->SetStartUp(&SHELL_Init);
|
||||
|
|
Loading…
Add table
Reference in a new issue