mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
wd33c9x.cpp: fixed validation error: Device wd33c93.cpp(wd33c93) short name is a duplicate of wd33c9x.cpp(wd33c93) (nw)
This commit is contained in:
parent
fda9fe85fb
commit
ef868d7bdc
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user