home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
MBUG
/
MBUG013.ARC
/
LORES64.PRO
< prev
next >
Wrap
Text File
|
1979-12-31
|
768b
|
20 lines
procedure LORES64;
{ Procedure developed in Turbo Pascal for
the MicroBee by Bob Burt }
{ This procedure fills the PCG with the
LORES graphics set - this version is
set up for 64 x 16 format, which is
filled with chr(128) in preparation
for the PLOT routine }
begin
inline ($F5/$C5/$D5/$E5/$3E/8/$21/0/$F8/$0E/$80/$59/$16/
3/$AF/$CB/$43/$28/2/$F6/$F0/$CB/$4B/$28/2/$F6/
$0F/6/5/$77/$23/$10/$FC/$CB/$0B/$CB/$0B/$15/$20/
$E6/$77/$23/$0C/$20/$DE/
$21/0/$F0/1/0/4/$16/$80/$72/$23/$0B/$78/$B1/$20/$F9/
$E1/$D1/$C1/$F1/$C9);
end; {procedure lores}