home *** CD-ROM | disk | FTP | other *** search
- ;This include file is the screen definition for the pop up window. Text and
- ;attributes have been seperated to simplify looking at this block of data.
-
- UA equ 24 ; Up arrow ASCII character
- DA equ 25 ; Down arrow ASCII character
- LA equ 27 ; Left arrow ASCII character
- RA equ 26 ; Right arrow ASCII character
-
- vid_buffer_text \
- db '▐▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▌'
- db '▐ -=«< Resident Write Protector (C)1990 by Randy Hall >»=- ▌'
- db '▐▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▌'
- db '▐ PROTECTION SELECTIONS ║ Protection Levels: ▌'
- db '▐─────────────────────────────╫────────────────────────────▌'
- db '▐ Floppy: Drive A: (00h) 0 ║ 0: None (normal operation) ▌'
- db '▐ Drive B: (01h) 0 ║ 1: Format protected ▌'
- db '▐ Hard: Drive C: (80h) 1 ║ 2: Write protected & ▌'
- db '▐ Drive D: (81h) 1 ║ Format protected ▌'
- db '▐═════════════════════════════╩════════════════════════════▌'
- db '▐ Use ',UA,' and ',DA,\
- ' to select between drives ▌'
- db '▐ Use ',LA,' and ',RA,\
- ' to select protection level ▌'
- db '▐▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▌'
- db '▐ PRESS ESC TO RESUME PROGRAM ALREADY IN PROGRESS ▌'
- db '▐▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▌'
-
- vid_buffer_attr \
- db 0Fh,58 dup (3Fh),0Fh ;---
- db 0Fh,58 dup (30h),0Fh ;Resident
- db 0Fh,58 dup (3Fh),0Fh ;---
- db 0Fh,29 dup (17h),1Bh,28 dup (17h),0Fh ;PROTECTION
- db 0Fh,58 dup (1Bh),0Fh ;---
- db 0Fh,26 dup (1Eh),4Fh,1Eh,1Eh,1Bh,28 dup (1Eh),0Fh ;Fl: A
- db 0Fh,26 dup (1Eh),4Fh,1Eh,1Eh,1Bh,28 dup (1Eh),0Fh ; B
- db 0Fh,26 dup (1Eh),4Fh,1Eh,1Eh,1Bh,28 dup (1Eh),0Fh ;HD: C
- db 0Fh,26 dup (1Eh),4Fh,1Eh,1Eh,1Bh,28 dup (1Eh),0Fh ; D
- db 0Fh,58 dup (1Bh),0Fh ;---
- db 0Fh,58 dup (17h),0Fh ;up down
- db 0Fh,58 dup (17h),0Fh ;left right
- db 0Fh,58 dup (4Fh),0Fh ;---
- db 0Fh,58 dup (47h),0Fh ;PRESS
- db 0Fh,58 dup (4Fh),0Fh ;---
-