mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
Merge branch 'master' into pc98x1
This commit is contained in:
@@ -120,7 +120,7 @@ typedef struct fdc_t {
|
||||
uint8_t params[15];
|
||||
uint8_t specify[2];
|
||||
uint8_t res[11];
|
||||
uint8_t eot[4];
|
||||
uint16_t eot[4];
|
||||
uint8_t rwc[4];
|
||||
|
||||
uint16_t pcn[4];
|
||||
|
||||
@@ -37,6 +37,7 @@ extern void port_92_add(void *priv);
|
||||
extern void port_92_remove(void *priv);
|
||||
|
||||
extern const device_t port_92_device;
|
||||
extern const device_t port_92_key_device;
|
||||
extern const device_t port_92_inv_device;
|
||||
extern const device_t port_92_word_device;
|
||||
extern const device_t port_92_pci_device;
|
||||
|
||||
Reference in New Issue
Block a user