diff options
| author | 2015-09-28 22:37:05 -0400 | |
|---|---|---|
| committer | 2015-09-28 22:37:05 -0400 | |
| commit | 4c15d28de4be992907eb1cb065cb6a5fde45581a (patch) | |
| tree | ea4310a1c9a219565ffad0c5595eec3beaeecfe4 /src | |
| parent | 0353dc199d86189c2c069e342c7ebd1b404943c2 (diff) | |
device shortname duplication fix (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/devices/machine/idectrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/idectrl.c b/src/devices/machine/idectrl.c index 403364d57c1..d1f81a12426 100644 --- a/src/devices/machine/idectrl.c +++ b/src/devices/machine/idectrl.c @@ -90,7 +90,7 @@ WRITE16_MEMBER( ide_controller_device::write_cs1 ) const device_type IDE_CONTROLLER_32 = &device_creator<ide_controller_32_device>; ide_controller_32_device::ide_controller_32_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - ide_controller_device(mconfig, IDE_CONTROLLER, "IDE Controller (32 bit)", tag, owner, clock, "ide_controller", __FILE__) + ide_controller_device(mconfig, IDE_CONTROLLER, "IDE Controller (32 bit)", tag, owner, clock, "ide_controller32", __FILE__) { } |
