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
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue