mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
640 B
18 lines
640 B
/****************************************************************/
|
|
/* globals.h 9/4/2012 dwg - increase MAXDRIVE to 12 */
|
|
/* globals.h 3/11/2012 dwg - add BIOS_ADDR */
|
|
/* globals.h 3/11/2012 dwg - declarations common to all modules */
|
|
/****************************************************************/
|
|
|
|
#define CR 0x0d
|
|
#define LF 0x0a
|
|
#define ESC 27
|
|
|
|
#define BIOSAD 0x0e600
|
|
#define INFLSTV 1
|
|
|
|
#define MAXDRIVE 12
|
|
|
|
/*******************/
|
|
/* eof - globals.h */
|
|
/*******************/
|