home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
PCTV1N4.ZIP
/
PRINTSCR.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1990-09-13
|
145 b
|
10 lines
#include <dos.h>
void print_screen(int turn_on)
{
if (turn_on)
pokeb(0x0050, 0x0000, 0);
else
pokeb(0x0050, 0x0000, 1);
}