GPIB, AMIGO, SS80 and device defines.
More...
#include "user_config.h"
Go to the source code of this file.
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.
◆ ABORT_FLAG
#define ABORT_FLAG 1 /*< user abort */ |
printer do not use parallel poll
Definition at line 52 of file defines.h.
◆ BASE_MLA
=========================================================
Definition at line 75 of file defines.h.
◆ BASE_MSA
◆ BASE_MTA
◆ DCL
◆ ERR_DISK
#define ERR_DISK 0b00010000 |
◆ ERR_GPIB
#define ERR_GPIB 0b00100000 |
◆ ERR_READ
#define ERR_READ 0b00000001 |
◆ ERR_SEEK
#define ERR_SEEK 0b00000100 |
◆ ERR_UNIT
#define ERR_UNIT 0b01000000 |
◆ ERR_VOLUME
#define ERR_VOLUME 0b10000000 |
◆ ERR_WP
#define ERR_WP 0b00001000 |
◆ ERR_WRITE
#define ERR_WRITE 0b00000010 |
◆ GET
◆ GTL
◆ HP9121D
◆ HP9134L
◆ LLO
◆ MEDIA_FLAG
#define MEDIA_FLAG 2 /*< missing media */ |
◆ PPC
◆ PPU
◆ PRINTER_DEFAULT_ADDRESS
#define PRINTER_DEFAULT_ADDRESS 2 /* PRINTER default address */ |
Default PRINTER address.
Definition at line 47 of file defines.h.
◆ SDC
◆ SPD
◆ SPE
◆ 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
◆ UNL
◆ UNT
◆ stat_t
◆ debuglevel
Debug flag - used to log GPIB and emulator messages.
Definition at line 33 of file gpib_task.c.