src/wd279x.h

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