diff options
author | 2012-01-11 15:57:05 +0000 | |
---|---|---|
committer | 2012-01-11 15:57:05 +0000 | |
commit | 17503e2d397dcd53605339d2fcf9a417276ffb77 (patch) | |
tree | 4eaab7c9ad5d61bc97268282a05f77c4dffcdc56 /src/emu/machine/idectrl.h | |
parent | 2294b2d7d15e8eb694ae97fde6d01334a06b7b64 (diff) |
Preps for doing idectrl change to work with more devices (no whatsnew)
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 43c121ec6b1..accb148e354 100644 --- a/src/emu/machine/idectrl.h +++ b/src/emu/machine/idectrl.h @@ -53,7 +53,7 @@ struct _ide_config #define MCFG_IDE_CONTROLLER_REGIONS(_master, _slave) \ MCFG_DEVICE_CONFIG_DATAPTR(ide_config, master, _master) \ - MCFG_DEVICE_CONFIG_DATAPTR(ide_config, master, _slave) + MCFG_DEVICE_CONFIG_DATAPTR(ide_config, slave, _slave) #define MCFG_IDE_BUS_MASTER_SPACE(_cpu, _space) \ MCFG_DEVICE_CONFIG_DATAPTR(ide_config, bmcpu, _cpu) \ |