cmos support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@540
This commit is contained in:
parent
b4d5b23a3e
commit
88a72bd20e
3 changed files with 124 additions and 0 deletions
|
@ -73,6 +73,7 @@ void PIC_Init(Section*);
|
|||
void TIMER_Init(Section*);
|
||||
void BIOS_Init(Section*);
|
||||
void DEBUG_Init(Section*);
|
||||
void CMOS_Init(Section*);
|
||||
|
||||
/* Dos Internal mostly */
|
||||
void EMS_Init(Section*);
|
||||
|
@ -163,6 +164,7 @@ void DOSBOX_Init(void) {
|
|||
secprop->AddInitFunction(&PIC_Init);
|
||||
secprop->AddInitFunction(&PROGRAMS_Init);
|
||||
secprop->AddInitFunction(&TIMER_Init);
|
||||
secprop->AddInitFunction(&CMOS_Init);
|
||||
secprop->AddInitFunction(&RENDER_Init);
|
||||
secprop->Add_string("snapshots","snapshots");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue