Fix ROM checksum. (was broken as setupvesa modifies the rom as well)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2476
This commit is contained in:
parent
3be8dfc37a
commit
b2ca61030e
3 changed files with 16 additions and 7 deletions
|
@ -546,5 +546,6 @@ void INT10_Init(Section* sec) {
|
|||
INT10_SetupRomMemory();
|
||||
INT10_Seg40Init();
|
||||
INT10_SetupVESA();
|
||||
INT10_SetupRomMemoryChecksum();//SetupVesa modifies the rom as well.
|
||||
INT10_SetVideoMode(machine==MCH_HERC ? 0x7 : 0x3);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue