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
/
BEEHIVE
/
COMMS
/
YAMBEE.ARC
/
YAMBEE.H
< prev
next >
Wrap
Text File
|
1990-09-20
|
2KB
|
57 lines
/*
>>:yamsys.h 03-Jun-83
*
* Customised by Bob Logan 12-Feb-85 for the Microbee & auto dialling modems.
* global equates for specific installation and modem ports
* Other modem specific stuff is in yam5.c
*
*/
#define HELPFILE "YAMHELP.T"
#define PHONES "YAMPHONE.T"
/*
#define AUTODIAL /* only for ETI & Avtek auto dialling modems */
#define USERINIT /* userinit only needed if autodial defined */
*/
#define USQ
#define CPM
#define BDSC
#define MODEMSTUFF /* allow baudrate selection */
#define INITBAUD /* set it to default (see below) */
#define CLKMHZ 3 /* CPU speed in Mhz (actually 3.375 for mb) */
#define SECPBLK 8 /* 1k blocks on MB */
#define KTIME 200 /* delay for loop and test */
#define KTIME2 300 /* delay for normal console scan */
#define DIRCOLS 4 /* number of columns in directory display */
/* ********* following string must be in UPPER case ********* */
#define DISKS "AB" /* legal disks for default selection */
#define MAXUSER 15
#define VERSION "Rev 3.12 This compile: 12-Feb-85 (by Bob Logan)."
#define FLAVOR "YAM for the Microbee,"
#define DEFBAUD 300
#define MIREADY MOD_RDA /* value != 0 if char available */
#define MICHAR MOD_RDATA /* get char assuming miready */
#define MOREADY MOD_TBE /* modem ready to load next char */
#define MODATA(byte) MOD_TDATA(byte) /* modem data output */
#define DPORT 2 /* just to keep old references happy */
#define SPORT UPORT
#define CMMDB 0
char bios();
#define CIREADY bios(2,0) /* keyboard status */
#definσ CICHA╥ bios(3,0) /¬ cha≥ iε */
#define COREADY TRUE /* console status (always ready) */
#define COCHAR bios(4,byte) /* console out */
#definσ POREAD┘ bios(15,0) /* printer ready? */
#define MODEMON ;
#define CONSOLON ;
#include <bdscio.h>
/* end of file */