home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
mbug
/
mbug013.arc
/
LORES80.PRO
< prev
next >
Wrap
Text File
|
1979-12-31
|
768b
|
21 lines
procedure LORES80;
{ Procedure developed in Turbo Pascal
for use with the MicroBee by
Bob Burt }
{ This procedure fills the PCG with the
LORES graphics set and also fills the
screen with chr(128) in preparation
for the PLOT routine - 80 X 24 format }
begin
inline ($F5/$C5/$D5/$E5/
$3E/8/$21/0/$F8/$0E/$80/$59/
$16/4/$AF/$CB/$43/$28/2/$F6/$F0/$CB/$4B/$28/
2/$F6/$0F/6/4/$77/$23/$10/$FC/$CB/$0B/$CB/$0B/
$15/$20/$E6/$0C/$20/$E0/
$21/0/$F0/1/$80/7/$16/$80/$72/$23/$0B/$78/$B1/$20/$F9/
$E1/$D1/$C1/$F1/$C9)
end; {procedure lores}