Added Image Manager 1024 emulation. Patch from John Elliott.

This commit is contained in:
SarahW 2019-04-23 20:44:26 +01:00
commit fb32dfceca
15 changed files with 5132 additions and 13 deletions

View file

@ -516,6 +516,8 @@ enum
GFX_OTI037, /*Oak OTI-037*/
GFX_COMPAQ_CGA, /*Compaq CGA*/
GFX_SIGMA400, /*Sigma Designs Color 400 */
GFX_PGC, /*Professional Graphics Controller */
GFX_IM1024, /*Vermont Microsystems IM1024 */
GFX_MAX
};