Stepping 1 (S82078B) is not fully i82078 compatible, so better stick to initial revision
Signed-off-by: Hervé Poussineau <hpous...@reactos.org> --- hw/fdc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/fdc.c b/hw/fdc.c index bedaeca..0e167f8 100644 --- a/hw/fdc.c +++ b/hw/fdc.c @@ -1385,7 +1385,7 @@ static void fdctrl_handle_version(FDCtrl *fdctrl, int direction) static void fdctrl_handle_partid(FDCtrl *fdctrl, int direction) { - fdctrl->fifo[0] = 0x41; /* Stepping 1 */ + fdctrl->fifo[0] = 0x01; /* Stepping 0 */ fdctrl_set_fifo(fdctrl, 1, 0); } -- 1.7.7.3