Last change
on this file since 0170798 was f7428b1, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Started to rework include files.
|
-
Property mode
set to
100644
|
File size:
932 bytes
|
Rev | Line | |
---|
[f40a309] | 1 | /*
|
---|
| 2 | ============================================================================
|
---|
| 3 | errdefs.h -- Buchla 700 BIOS error codes
|
---|
| 4 | Version 1 -- 1987-02-04 -- D.N. Lynx Crowe
|
---|
| 5 | ============================================================================
|
---|
| 6 | */
|
---|
| 7 |
|
---|
[f7428b1] | 8 | #pragma once
|
---|
| 9 |
|
---|
| 10 | #define ERR01 -1 /* All purpose general error code */
|
---|
| 11 | #define ERR02 -2 /* Drive not ready */
|
---|
| 12 | #define ERR03 -3 /* Unknown command */
|
---|
| 13 | #define ERR04 -4 /* CRC error */
|
---|
| 14 | #define ERR05 -5 /* Invalid request */
|
---|
| 15 | #define ERR06 -6 /* Seek error */
|
---|
| 16 | #define ERR07 -7 /* Unknown media */
|
---|
| 17 | #define ERR08 -8 /* Sector not found */
|
---|
| 18 | #define ERR09 -9 /* End of media or out of paper */
|
---|
| 19 | #define ERR10 -10 /* Write fault */
|
---|
| 20 | #define ERR11 -11 /* Read fault */
|
---|
| 21 | #define ERR12 -12 /* General mishap */
|
---|
| 22 | #define ERR13 -13 /* Write protected */
|
---|
| 23 | #define ERR14 -14 /* Media change */
|
---|
| 24 | #define ERR15 -15 /* Unknown device */
|
---|
| 25 | #define ERR16 -16 /* Bad sectors */
|
---|
| 26 | #define ERR17 -17 /* Insert disk */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.