Added Patch 1239770 from cyberwalker "Patch for RTCC to report correct time format"
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2239
This commit is contained in:
parent
317217cd77
commit
3429a18dc4
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ public:
|
|||
cmos.reg=0xa;
|
||||
cmos_writereg(0x71,0x26,1);
|
||||
cmos.reg=0xb;
|
||||
cmos_writereg(0x71,0,1);
|
||||
cmos_writereg(0x71,0x2,1); //Struct tm *loctime is of 24 hour format,
|
||||
/* Fill in extended memory size */
|
||||
Bitu exsize=(MEM_TotalPages()*4)-1024;
|
||||
cmos.regs[0x17]=(Bit8u)exsize;
|
||||
|
|
Loading…
Add table
Reference in a new issue