Previous 199869 Revisions Next

r31199 Saturday 5th July, 2014 at 20:53:38 UTC by Mike Naberezny
(MESS) corvushd: Fixed get drive parameters command. [Mike Naberezny]
The "read controller code version" option in the Corvus diagnostics program
now shows the correct version and drive capacity.
[src/emu/machine]corvushd.h

trunk/src/emu/machine/corvushd.h
r31198r31199
356356      //
357357      struct {
358358         UINT8   status;                     // Status code returned by command executed
359         UINT8   firmware[33];               // Firmware message
359         UINT8   firmware[32];               // Firmware message
360360         UINT8   rom_version;                // ROM Version
361361         struct {
362362            UINT8   sectors_per_track;      // Sectors/Track

Previous 199869 Revisions Next


© 1997-2024 The MAME Team