mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
(nw) Fixed validation.
This commit is contained in:
parent
1817b5d854
commit
cc27fb97e0
@ -13,7 +13,7 @@ SMSC FDC37C93x Plug and Play Compatible Ultra I/O Controller
|
||||
#include "machine/ds128x.h"
|
||||
#include "machine/fdc37c93x.h"
|
||||
|
||||
DEFINE_DEVICE_TYPE(FDC37C93X, fdc37c93x_device, "FDC37C93X", "SMSC FDC37C93X")
|
||||
DEFINE_DEVICE_TYPE(FDC37C93X, fdc37c93x_device, "fdc37c93x", "SMSC FDC37C93X")
|
||||
|
||||
fdc37c93x_device::fdc37c93x_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
|
||||
: device_t(mconfig, FDC37C93X, tag, owner, clock)
|
||||
|
Loading…
Reference in New Issue
Block a user