HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Typedefs | Variables
defines.h File Reference

GPIB, AMIGO, SS80 and device defines. More...

#include "user_config.h"

Go to the source code of this file.

Data Structures

struct  fault_t
 Fault bit and Message type. More...
 

Macros

#define SS80_DEFAULT_ADDRESS   0 /* SS80 default address */
 Power on defaults address and PPR for SS80 AMIGO and PRINTER Can be changed if specified in user config. More...
 
#define SS80_DEFAULT_PPR   0 /* SS80 default PPR BIT */
 Default SS80 Parallel Poll Response bit 0 here is bit 8 on the BUS. More...
 
#define PRINTER_DEFAULT_ADDRESS   2 /* PRINTER default address */
 Default PRINTER address. More...
 
#define ABORT_FLAG   1 /*< user abort */
 printer do not use parallel poll More...
 
#define MEDIA_FLAG   2 /*< missing media */
 
#define HP9121D
 
#define HP9134L
 
#define GTL   0x01
 GPIB defines provided from Anders Gustafsson ander.nosp@m.s.gu.nosp@m.stafs.nosp@m.son@.nosp@m.pedag.nosp@m.o.fi More...
 
#define SDC   0x04
 
#define PPC   0x05
 
#define GET   0x08
 
#define TCT   0x09
 
#define LLO   0x11
 
#define DCL   0x14
 
#define PPU   0x15
 
#define SPE   0x18
 
#define SPD   0x19
 
#define UNL   0x3F
 
#define UNT   0x5F
 
#define BASE_MLA   0x20
 ========================================================= More...
 
#define BASE_MTA   0x40
 
#define BASE_MSA   0x60
 
#define ERR_READ   0b00000001
 
#define ERR_WRITE   0b00000010
 
#define ERR_SEEK   0b00000100
 
#define ERR_WP   0b00001000
 
#define ERR_DISK   0b00010000
 
#define ERR_GPIB   0b00100000
 
#define ERR_UNIT   0b01000000
 
#define ERR_VOLUME   0b10000000
 

Typedefs

typedef struct stat stat_t
 

Variables

int debuglevel
 Debug flag - used to log GPIB and emulator messages. More...
 

Detailed Description

GPIB, AMIGO, SS80 and device defines.

Edit History - [1.0] [Mike Gore] Initial revision of file.
Copyright © 2014-2020 Mike Gore, All rights reserved. GPL
See also
http://github.com/magore/hp85disk
http://github.com/magore/hp85disk/COPYRIGHT.md for Copyright details
Copyright © 2014 Anders Gustafsson All rights reserved..
Edit History - [1.0] [Mike Gore] Initial revision of file.
Copyright © 2014 Anders Gustafsson All rights reserved..
Copyright © 2014-2020 Mike Gore, All rights reserved. GPL
See also
http://github.com/magore/hp85disk
http://github.com/magore/hp85disk/COPYRIGHT.md for Copyright details

Definition in file defines.h.

Macro Definition Documentation

◆ ABORT_FLAG

#define ABORT_FLAG   1 /*< user abort */

printer do not use parallel poll

Definition at line 52 of file defines.h.

◆ BASE_MLA

#define BASE_MLA   0x20

=========================================================

Definition at line 75 of file defines.h.

◆ BASE_MSA

#define BASE_MSA   0x60

Definition at line 77 of file defines.h.

◆ BASE_MTA

#define BASE_MTA   0x40

Definition at line 76 of file defines.h.

◆ DCL

#define DCL   0x14

Definition at line 66 of file defines.h.

◆ ERR_DISK

#define ERR_DISK   0b00010000

Definition at line 84 of file defines.h.

◆ ERR_GPIB

#define ERR_GPIB   0b00100000

Definition at line 85 of file defines.h.

◆ ERR_READ

#define ERR_READ   0b00000001

Definition at line 80 of file defines.h.

◆ ERR_SEEK

#define ERR_SEEK   0b00000100

Definition at line 82 of file defines.h.

◆ ERR_UNIT

#define ERR_UNIT   0b01000000

Definition at line 86 of file defines.h.

◆ ERR_VOLUME

#define ERR_VOLUME   0b10000000

Definition at line 87 of file defines.h.

◆ ERR_WP

#define ERR_WP   0b00001000

Definition at line 83 of file defines.h.

◆ ERR_WRITE

#define ERR_WRITE   0b00000010

Definition at line 81 of file defines.h.

◆ GET

#define GET   0x08

Definition at line 63 of file defines.h.

◆ GTL

#define GTL   0x01

GPIB defines provided from Anders Gustafsson ander.nosp@m.s.gu.nosp@m.stafs.nosp@m.son@.nosp@m.pedag.nosp@m.o.fi

=========================================================

Definition at line 60 of file defines.h.

◆ HP9121D

#define HP9121D

Definition at line 55 of file defines.h.

◆ HP9134L

#define HP9134L

Definition at line 56 of file defines.h.

◆ LLO

#define LLO   0x11

Definition at line 65 of file defines.h.

◆ MEDIA_FLAG

#define MEDIA_FLAG   2 /*< missing media */

Definition at line 53 of file defines.h.

◆ PPC

#define PPC   0x05

Definition at line 62 of file defines.h.

◆ PPU

#define PPU   0x15

Definition at line 67 of file defines.h.

◆ PRINTER_DEFAULT_ADDRESS

#define PRINTER_DEFAULT_ADDRESS   2 /* PRINTER default address */

Default PRINTER address.

Definition at line 47 of file defines.h.

◆ SDC

#define SDC   0x04

Definition at line 61 of file defines.h.

◆ SPD

#define SPD   0x19

Definition at line 69 of file defines.h.

◆ SPE

#define SPE   0x18

Definition at line 68 of file defines.h.

◆ SS80_DEFAULT_ADDRESS

#define SS80_DEFAULT_ADDRESS   0 /* SS80 default address */

Power on defaults address and PPR for SS80 AMIGO and PRINTER Can be changed if specified in user config.

See also
ss80.c

Default SS80 address

Definition at line 31 of file defines.h.

◆ SS80_DEFAULT_PPR

#define SS80_DEFAULT_PPR   0 /* SS80 default PPR BIT */

Default SS80 Parallel Poll Response bit 0 here is bit 8 on the BUS.

Definition at line 35 of file defines.h.

◆ TCT

#define TCT   0x09

Definition at line 64 of file defines.h.

◆ UNL

#define UNL   0x3F

Definition at line 71 of file defines.h.

◆ UNT

#define UNT   0x5F

Definition at line 72 of file defines.h.

Typedef Documentation

◆ stat_t

typedef struct stat stat_t

Definition at line 23 of file defines.h.

Variable Documentation

◆ debuglevel

int debuglevel

Debug flag - used to log GPIB and emulator messages.

Definition at line 33 of file gpib_task.c.