1
0
Fork 0

made gcc happy

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@627
This commit is contained in:
Peter Veenstra 2003-01-07 18:17:42 +00:00
parent b52e4e5f08
commit 43dd0e358e

View file

@ -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;
}
}