home *** CD-ROM | disk | FTP | other *** search
- type
- str255 = string[255];
- str80 = string[80];
- str20 = string[20];
- str5 = string[5];
-
- var
- Ch : Char;
- Answer,S : str255;
- Template : str80;
- P,Filvar : array[1..35] of str80; { menu Prompts }
- InsertOn,Exit,
- Escape,
- F1,F10,
- Use_Default,
- First_Run : Boolean;
- Video_Scr1 : array[1..4000] of char absolute $B000:$0000;
- Video_Scr2 : array[1..4000] of char absolute $B800:$0000;
- { video_scr1 is mono screen & video_scr2 is color graphics }
- { Note that these do not require space in the data segment }
- Memory_Scr : array[1..4000] of char;
- { Memory_scr is the memory image of the video }