Pretty much all timer counters are now 32-bit again;
Fixed FDI stream parameters passed to the 86F handler, FDI stream images now read correctly again; The National Semiconductors PC87306 SuperI/O chip now supports enhanced FDC mode.
This commit is contained in:
@@ -1996,6 +1996,11 @@ int fdi2raw_get_write_protect (FDI *fdi)
|
||||
return fdi->write_protect;
|
||||
}
|
||||
|
||||
int fdi2raw_get_tpi (FDI *fdi)
|
||||
{
|
||||
return fdi->header[148];
|
||||
}
|
||||
|
||||
FDI *fdi2raw_header(FILE *f)
|
||||
{
|
||||
int i, offset, oldseek;
|
||||
|
||||
Reference in New Issue
Block a user