diff options
author | 2012-01-12 15:49:24 +0000 | |
---|---|---|
committer | 2012-01-12 15:49:24 +0000 | |
commit | 29e524c885107e207597cc04340737f45f429e93 (patch) | |
tree | 9bd4bfd698296af93354f0c908910d86cd4abd66 /src/emu/machine/idectrl.h | |
parent | da9b77677a904ee209181208c7408c1275750e55 (diff) |
Added support for 2 drives on IDE controller [Miodrag Milanovic]
Diffstat (limited to 'src/emu/machine/idectrl.h')
-rw-r--r-- | src/emu/machine/idectrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/idectrl.h b/src/emu/machine/idectrl.h index accb148e354..1065ac5eea1 100644 --- a/src/emu/machine/idectrl.h +++ b/src/emu/machine/idectrl.h @@ -67,7 +67,7 @@ struct _ide_config FUNCTION PROTOTYPES ***************************************************************************/ -UINT8 *ide_get_features(device_t *device); +UINT8 *ide_get_features(device_t *device, int drive); void ide_set_master_password(device_t *device, const UINT8 *password); void ide_set_user_password(device_t *device, const UINT8 *password); |