1.1 --- a/src/wd279x.h Mon Dec 06 08:27:05 2010 +0000 1.2 +++ b/src/wd279x.h Mon Dec 06 08:27:21 2010 +0000 1.3 @@ -27,11 +27,8 @@ 1.4 int track, head, sector; 1.5 // Geometry of current disc 1.6 int geom_secsz, geom_spt, geom_heads, geom_tracks; 1.7 - // IRQ status, level and edge sensitive. 1.8 - // Edge sensitive is cleared when host polls the IRQ status. 1.9 - // Level sensitive is cleared when emulated CPU polls the status reg or writes a new cmnd. 1.10 - // No EDGE sensitive interrupts will be issued unless the LEVEL SENSITIVE IRQ is clear. 1.11 - bool irql, irqe; 1.12 + // IRQ status 1.13 + bool irq; 1.14 // Status of last command 1.15 uint8_t status; 1.16 // Last command uses DRQ bit?