1
0
Fork 0

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:
Peter Veenstra 2006-02-08 15:13:06 +00:00
parent 3be8dfc37a
commit b2ca61030e
3 changed files with 16 additions and 7 deletions

View file

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