1
0
Fork 0

Add green/amber hercules mode emulation support. (Thanks ripsaw and h-a-l-9000)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3579
This commit is contained in:
Peter Veenstra 2010-04-15 13:22:21 +00:00
parent d40f71fc45
commit f3c1902dab
4 changed files with 33 additions and 0 deletions

View file

@ -408,6 +408,8 @@ typedef struct {
} VGA_Type;
/* Hercules Palette function */
void Herc_Palette(void);
/* Functions for different resolutions */
void VGA_SetMode(VGAModes mode);