source: buchla-68k/include/errdefs.h@ 109c83b

Last change on this file since 109c83b was 109c83b, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Compiled full ROM in Hatari.

  • Property mode set to 100644
File size: 959 bytes
Line 
1/*
2 ============================================================================
3 errdefs.h -- Buchla 700 BIOS error codes
4 Version 1 -- 1987-02-04 -- D.N. Lynx Crowe
5 ============================================================================
6*/
7
8#define ERR01 -1L /* All purpose general error code */
9#define ERR02 -2L /* Drive not ready */
10#define ERR03 -3L /* Unknown command */
11#define ERR04 -4L /* CRC error */
12#define ERR05 -5L /* Invalid request */
13#define ERR06 -6L /* Seek error */
14#define ERR07 -7L /* Unknown media */
15#define ERR08 -8L /* Sector not found */
16#define ERR09 -9L /* End of media or out of paper */
17#define ERR10 -10L /* Write fault */
18#define ERR11 -11L /* Read fault */
19#define ERR12 -12L /* General mishap */
20#define ERR13 -13L /* Write protected */
21#define ERR14 -14L /* Media change */
22#define ERR15 -15L /* Unknown device */
23#define ERR16 -16L /* Bad sectors */
24#define ERR17 -17L /* Insert disk */
Note: See TracBrowser for help on using the repository browser.