extern unsigned char __fastcall__ getcolor (unsigned char color_reg);
/* other screen functions */
+extern int __fastcall__ graphics(unsigned char mode); /* mode value same as in BASIC */
extern void __fastcall__ scroll (signed char numlines);
/* numlines > 0 scrolls up */
/* numlines < 0 scrolls down */
/* device control block */
struct __dcb {
unsigned char device; /* device id */
- unsigned char unit; /* unix number */
+ unsigned char unit; /* unit number */
unsigned char command; /* command */
unsigned char status; /* command type / status return */
void *buffer; /* pointer to buffer */