mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
(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.
This commit is contained in:
parent
ee029711f7
commit
cf1b2aeae4
@ -356,7 +356,7 @@ private:
|
||||
//
|
||||
struct {
|
||||
UINT8 status; // Status code returned by command executed
|
||||
UINT8 firmware[33]; // Firmware message
|
||||
UINT8 firmware[32]; // Firmware message
|
||||
UINT8 rom_version; // ROM Version
|
||||
struct {
|
||||
UINT8 sectors_per_track; // Sectors/Track
|
||||
|
Loading…
Reference in New Issue
Block a user