Quaternary IDE controller now works properly;

Significantly cleaned up ide.c;
Made disc_img.c actually compile again.
This commit is contained in:
OBattler
2016-12-29 20:40:24 +01:00
parent c8b57ccbe2
commit 03ee24cc6c
5 changed files with 1834 additions and 2066 deletions

View File

@@ -27,8 +27,8 @@ extern void ide_set_bus_master(int (*read_sector)(int channel, uint8_t *data), i
extern int ideboard;
extern int ide34_enable[2];
extern int ide34_irq[2];
extern int ide_enable[4];
extern int ide_irq[4];
extern int idecallback[4];