made gcc happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@627
This commit is contained in:
parent
b52e4e5f08
commit
43dd0e358e
1 changed files with 2 additions and 1 deletions
|
@ -115,4 +115,5 @@ void CMOS_Init(Section* sec) {
|
|||
IO_RegisterWriteHandler(0x71,cmos_writereg,"CMOS");
|
||||
IO_RegisterReadHandler(0x71,cmos_readreg,"CMOS");
|
||||
cmos.timer.enabled=false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue