AMIGO disk emulator for HP85 disk emulator project for AVR.
More...
#include "user_config.h"
#include "defines.h"
Go to the source code of this file.
|
#define | UNL 0x3F |
|
#define | UNT 0x5F |
|
#define | LLO 0x11 |
|
#define | DCL 0x14 |
|
#define | PPU 0x15 |
|
#define | SPE 0x18 |
|
#define | SPD 0x19 |
|
#define | GTL 0x01 |
|
#define | SDC 0x04 |
|
#define | PPC 0x05 |
|
#define | GET 0x08 |
|
#define | TCT 0x09 |
|
AMIGO disk emulator for HP85 disk emulator project for AVR.
- Edit History - [1.0] [Mike Gore] Initial revision of file.
- Copyright © 2014-2020 Mike Gore, All rights reserved. GPL
- 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
-
http://github.com/magore/hp85disk
-
http://github.com/magore/hp85disk/COPYRIGHT.md for Copyright details
- Based on work by Anders Gustafsson.
- Copyright © 2014 Anders Gustafsson All rights reserved..
Definition in file amigo.h.
◆ DCL
◆ GET
◆ GTL
◆ LLO
◆ PPC
◆ PPU
◆ SDC
◆ SPD
◆ SPE
◆ TCT
◆ UNL
◆ UNT
◆ amigo_buffered_read()
int amigo_buffered_read |
( |
void |
| ) |
|
◆ amigo_buffered_read_command()
int amigo_buffered_read_command |
( |
void |
| ) |
|
◆ amigo_buffered_read_execute()
int amigo_buffered_read_execute |
( |
void |
| ) |
|
◆ amigo_buffered_write()
int amigo_buffered_write |
( |
void |
| ) |
|
◆ amigo_check_unit()
void amigo_check_unit |
( |
uint8_t |
unit | ) |
|
◆ amigo_cmd_clear()
int amigo_cmd_clear |
( |
void |
| ) |
|
◆ amigo_cmd_dsj()
int amigo_cmd_dsj |
( |
void |
| ) |
|
◆ amigo_cmd_wakeup()
int amigo_cmd_wakeup |
( |
void |
| ) |
|
◆ Amigo_Command()
int Amigo_Command |
( |
int |
secondary | ) |
|
◆ AMIGO_COMMANDS()
int AMIGO_COMMANDS |
( |
uint8_t |
ch | ) |
|
◆ Amigo_Execute()
int Amigo_Execute |
( |
int |
secondary | ) |
|
◆ amigo_format()
int amigo_format |
( |
uint8_t |
db | ) |
|
◆ amigo_increment()
int amigo_increment |
( |
char * |
msg | ) |
|
◆ amigo_init()
◆ amigo_request_logical_address()
int amigo_request_logical_address |
( |
void |
| ) |
|
◆ amigo_request_status()
int amigo_request_status |
( |
void |
| ) |
|
◆ amigo_seek()
◆ amigo_send_logical_address()
int amigo_send_logical_address |
( |
void |
| ) |
|
◆ amigo_send_status()
int amigo_send_status |
( |
void |
| ) |
|
◆ amigo_todo()
int amigo_todo |
( |
uint8_t |
secondary | ) |
|
◆ amigo_todo_op()
int amigo_todo_op |
( |
uint8_t |
secondary, |
|
|
uint8_t |
opcode, |
|
|
int |
len |
|
) |
| |
◆ amigo_verify()
int amigo_verify |
( |
uint16_t |
sectors | ) |
|