home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
8bitfiles.net/archives
/
archives.tar
/
archives
/
genie-commodore-file-library
/
C128CPM
/
SGTOOL12.ARC
/
LIBC128.ARC
/
VDCSETCH.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-08-10
|
325 b
|
20 lines
/*
SG C Tools 1.2
(C) 1993 Steve Goldsmith
All Rights Reserved
Compiled with HI-TECH C 3.09 (CP/M-80).
*/
#include <hitech.h>
#include <vdc.h>
/* set char def mem addr */
void setcharvdc(ushort CharMem)
{
outvdc(vdcChSetStAddr,
(invdc(vdcChSetStAddr) & 0x10) | ((uchar) (CharMem >> 8) & 0xE0));
}