mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
18 lines
640 B
C
18 lines
640 B
C
/****************************************************************/
|
||
/* 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 */
|
||
/*******************/ |