mirror of
https://github.com/holub/mame
synced 2025-07-03 00:56:03 +03:00
netlist: fix some pedantic clang warnings.
This commit is contained in:
parent
b55747b276
commit
da734ea0c9
@ -201,4 +201,4 @@ namespace netlist
|
||||
NETLIB_DEVICE_IMPL(8277_dip, "TTL_8277_DIP", "")
|
||||
|
||||
} //namespace devices
|
||||
} // namespace netlist
|
||||
} // namespace netlist
|
||||
|
@ -24,4 +24,4 @@
|
||||
#define TTL_8277_DIP(name) \
|
||||
NET_REGISTER_DEV(TTL_8277_DIP, name)
|
||||
|
||||
#endif /* NLD_2877_H_ */
|
||||
#endif /* NLD_2877_H_ */
|
||||
|
@ -57,7 +57,7 @@ namespace netlist
|
||||
|
||||
public:
|
||||
state_var<bool> m_enable;
|
||||
state_var<uint8_t> m_o;
|
||||
state_var<uint32_t> m_o;
|
||||
object_array_t<logic_input_t, 2> m_A;
|
||||
object_array_t<logic_output_t, 4> m_D;
|
||||
logic_input_t m_E;
|
||||
@ -102,4 +102,4 @@ namespace netlist
|
||||
NETLIB_DEVICE_IMPL(9321, "TTL_9321", "+SELECT,+A1,+B1,+A2,+B2,+A3,+B3,+A4,+B4,+STROBE,@VCC,@GND")
|
||||
|
||||
} //namespace devices
|
||||
} // namespace netlist
|
||||
} // namespace netlist
|
||||
|
@ -13,4 +13,4 @@
|
||||
#define TTL_9321(...) \
|
||||
NET_REGISTER_DEVEXT(TTL_9321, __VA_ARGS__)
|
||||
|
||||
#endif /* NLD_9321_H_ */
|
||||
#endif /* NLD_9321_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user