diff options
author | 2019-01-03 12:56:09 +0100 | |
---|---|---|
committer | 2019-01-03 12:56:09 +0100 | |
commit | ef868d7bdc62db1b2441852837bcc7e65a59d611 (patch) | |
tree | e5ce125b220cae12d9cc067fd4fd7a7e20bdb2e5 | |
parent | fda9fe85fb0563ea4edff9d6276bf644786ee0e6 (diff) |
wd33c9x.cpp: fixed validation error: Device wd33c93.cpp(wd33c93) short name is a duplicate of wd33c9x.cpp(wd33c93) (nw)
-rw-r--r-- | src/devices/machine/wd33c9x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd33c9x.cpp b/src/devices/machine/wd33c9x.cpp index cb7355681ff..a15bc3d4acf 100644 --- a/src/devices/machine/wd33c9x.cpp +++ b/src/devices/machine/wd33c9x.cpp @@ -311,7 +311,7 @@ enum : uint16_t { //************************************************************************** DEFINE_DEVICE_TYPE(WD33C92, wd33c92_device, "wd33c92", "Western Digital WD33C92 SCSI Controller") -DEFINE_DEVICE_TYPE(WD33C93N, wd33c93n_device, "wd33c93", "Western Digital WD33C93 SCSI Controller") +DEFINE_DEVICE_TYPE(WD33C93N, wd33c93n_device, "wd33c93n", "Western Digital WD33C93 SCSI Controller") DEFINE_DEVICE_TYPE(WD33C93A, wd33c93a_device, "wd33c93a", "Western Digital WD33C93A SCSI Controller") DEFINE_DEVICE_TYPE(WD33C93B, wd33c93b_device, "wd33c93b", "Western Digital WD33C93B SCSI Controller") |