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

@ -201,6 +201,7 @@ Bit8u VESA_GetPalette(PhysPt data,Bitu index,Bitu count);
/* Sup Groups */
void INT10_SetupRomMemory(void);
void INT10_SetupRomMemoryChecksum(void);
void INT10_SetupVESA(void);
/* EGA RIL */