Applied both mainline PCem commits;
Fixed the RTL8029AS again (one of my "fixes" broke it); RTL8029AS PCI register 4 is now written to; Added incomplete (and currently commented out) emulation of the AWE64 PCI; Replaced sector-based floppy emulation with more accurate code.
This commit is contained in:
@@ -7,3 +7,5 @@ typedef struct mpu401_uart_t
|
||||
} mpu401_uart_t;
|
||||
|
||||
void mpu401_uart_init(mpu401_uart_t *mpu, uint16_t addr);
|
||||
void mpu401_uart_set(mpu401_uart_t *mpu, uint16_t addr);
|
||||
void mpu401_uart_remove(mpu401_uart_t *mpu, uint16_t addr);
|
||||
|
||||
Reference in New Issue
Block a user