1
0
Fork 0

Added a retrace function.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@519
This commit is contained in:
Sjoerd van der Berg 2002-11-17 11:18:25 +00:00
parent 0b2faca313
commit 04a152a743

View file

@ -243,6 +243,7 @@ void VGA_SetupSEQ(void);
/* Some Support Functions */
void VGA_DACSetEntirePalette(void);
void VGA_StartRetrace(void);
extern VGA_Type vga;
extern Bit8u vga_rom_08[256 * 8];