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
/
SETS.PRO
< prev
next >
Wrap
Text File
|
1979-12-31
|
512b
|
16 lines
procedure SETS(s : byte);
{ Procedure developed in Turbo Pascal for
the MicroBee by Bob Burt }
{ To be used in conjunction with procedures
NORMAL.PRO, LORES80.PRO, DRAW2.PRO and
POINT.PRO
{ Notes - sets(0) sets the point
sets(1) resets the point }
begin
mem[addr(draw2)+100] := s;
end; {procedure sets}