mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
fix clang on windows build (nw)
This commit is contained in:
parent
86990b2c41
commit
7d7023cc0a
@ -74,6 +74,7 @@ namespace netlist
|
||||
m_last_CLK = 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
// FIXME: Timing
|
||||
static const netlist_time delay[4] =
|
||||
{
|
||||
@ -82,6 +83,7 @@ namespace netlist
|
||||
NLTIME_FROM_NS(40),
|
||||
NLTIME_FROM_NS(40)
|
||||
};
|
||||
#endif
|
||||
|
||||
NETLIB_UPDATE(74166)
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "nld_82s126.h"
|
||||
#include "nld_82S126.h"
|
||||
|
||||
namespace netlist
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user