diff options
Diffstat (limited to 'src/emu/machine/atahle.h')
-rw-r--r-- | src/emu/machine/atahle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/machine/atahle.h b/src/emu/machine/atahle.h index 7a17ae2945a..f183dd35ad3 100644 --- a/src/emu/machine/atahle.h +++ b/src/emu/machine/atahle.h @@ -128,6 +128,7 @@ protected: IDE_COMMAND_IDENTIFY_DEVICE = 0xec, IDE_COMMAND_SET_FEATURES = 0xef, IDE_COMMAND_SECURITY_UNLOCK = 0xf2, + IDE_COMMAND_READ_NATIVE_MAX_ADDRESS = 0xf8, IDE_COMMAND_SET_MAX = 0xf9 }; |