mirror of
https://github.com/holub/mame
synced 2025-05-31 01:51:46 +03:00
Fix a minor error in the CD4076 netlist library device implementation definition.
This commit is contained in:
parent
bff0710c57
commit
a5879b9750
@ -126,7 +126,7 @@ namespace devices
|
||||
nld_power_pins m_power_pins;
|
||||
};
|
||||
|
||||
NETLIB_DEVICE_IMPL(CD4076, "CD4076", "+D1,+D2,+D3,+D4,+ID1,+ID2,+OD1,+OD2,@VCC,@GND")
|
||||
NETLIB_DEVICE_IMPL(CD4076, "CD4076", "+I1,+I2,+I3,+I4,+ID1,+ID2,+OD1,+OD2,@VCC,@GND")
|
||||
|
||||
} // namespace devices
|
||||
} // namespace netlist
|
||||
|
@ -191,7 +191,7 @@
|
||||
// Source: ../devices/nld_4076.cpp
|
||||
// ---------------------------------------------------------------------
|
||||
|
||||
// usage : CD4076(name, D1, D2, D3, D4, ID1, ID2, OD1, OD2)
|
||||
// usage : CD4076(name, I1, I2, I3, I4, ID1, ID2, OD1, OD2)
|
||||
// auto connect: VCC, GND
|
||||
#define CD4076(...) \
|
||||
NET_REGISTER_DEVEXT(CD4076, __VA_ARGS__)
|
||||
|
Loading…
Reference in New Issue
Block a user