1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 23:37:13 +00:00

Removed unused TARBELL_DRIVE_STATUS struct

This commit is contained in:
Patrick Linstruth 2019-12-06 10:20:44 -08:00
parent fcf52d9d38
commit 357e72bf93

View File

@ -100,9 +100,6 @@ typedef struct {
#define FD1771_STAT_DRQ 0x02
#define FD1771_STAT_BUSY 0x01
typedef struct {
} TARBELL_DRIVE_STATUS;
typedef struct {
PNP_INFO pnp; /* Plug and Play */
uint8 promEnabled; /* PROM is enabled */