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:
parent
d40f71fc45
commit
f3c1902dab
4 changed files with 33 additions and 0 deletions
|
@ -408,6 +408,8 @@ typedef struct {
|
|||
} VGA_Type;
|
||||
|
||||
|
||||
/* Hercules Palette function */
|
||||
void Herc_Palette(void);
|
||||
|
||||
/* Functions for different resolutions */
|
||||
void VGA_SetMode(VGAModes mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue