/************************************************************************ * "Epsilon", "EEL" and "Lugaru" are trademarks of Lugaru Software, Ltd. * * * * Copyright (C) 1988, 1990 Lugaru Software Ltd. All rights reserved. * * * * Limited permission is hereby granted to reproduce and modify this * * copyrighted material provided that the resulting code is used only in * * conjunction with Lugaru products and that this notice is retained in * * any such reproduction or modification. * ************************************************************************/ /* Add Epsilon support for all the extended modes of a Genoa EGA board */ char video_mode_132x25 = 0x60; char video_mode_132x44 = 0x63; char video_mode_80x60 = 0x72; char video_mode_80x66 = 0x74; char video_mode_94x29 = 0x76; char video_mode_100x75 = 0x78; char video_mode_114x60 = 0x7a;