mirror of
https://github.com/holub/mame
synced 2025-06-24 21:34:43 +03:00
netlist: Fix parsing of netlists by nltool. (nw)
This commit is contained in:
parent
61da95439d
commit
011a8261eb
@ -2,10 +2,6 @@
|
||||
// copyright-holders:Couriersud
|
||||
#include "netlist/devices/net_lib.h"
|
||||
|
||||
#ifdef NLBASE_H_
|
||||
#error Somehow nl_base.h made it into the include chain.
|
||||
#endif
|
||||
|
||||
/*
|
||||
* M51516L pins:
|
||||
*
|
||||
@ -25,6 +21,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
//NL_CONTAINS konami2x konami1x
|
||||
|
||||
static NETLIST_START(filter)
|
||||
CD4066_GATE(G1)
|
||||
PARAM(G1.BASER, 270.0)
|
||||
|
@ -2,9 +2,7 @@
|
||||
// copyright-holders:Couriersud
|
||||
#include "netlist/devices/net_lib.h"
|
||||
|
||||
#ifdef NLBASE_H_
|
||||
#error Somehow nl_base.h made it into the include chain.
|
||||
#endif
|
||||
//NL_CONTAINS segas16b_audio
|
||||
|
||||
NETLIST_START(segas16b_audio)
|
||||
SOLVER(Solver, 48000)
|
||||
|
@ -21,10 +21,8 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef __PLIB_PREPROCESSOR__
|
||||
#define NL_PROHIBIT_BASEH_INCLUDE 1
|
||||
#include "netlist/devices/net_lib.h"
|
||||
#endif
|
||||
#define NL_PROHIBIT_BASEH_INCLUDE 1
|
||||
#include "netlist/devices/net_lib.h"
|
||||
|
||||
#define SLOW_BUT_ACCURATE 0
|
||||
|
||||
|
@ -64,10 +64,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __PLIB_PREPROCESSOR__
|
||||
#define NL_PROHIBIT_BASEH_INCLUDE 1
|
||||
#include "netlist/devices/net_lib.h"
|
||||
#endif
|
||||
#define NL_PROHIBIT_BASEH_INCLUDE 1
|
||||
#include "netlist/devices/net_lib.h"
|
||||
|
||||
static NETLIST_START(rebound_schematics)
|
||||
|
||||
|
@ -7,10 +7,8 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef __PLIB_PREPROCESSOR__
|
||||
#define NL_PROHIBIT_BASEH_INCLUDE 1
|
||||
#include "netlist/devices/net_lib.h"
|
||||
#endif
|
||||
#define NL_PROHIBIT_BASEH_INCLUDE 1
|
||||
#include "netlist/devices/net_lib.h"
|
||||
|
||||
// gray scale
|
||||
#define SB3 0
|
||||
|
@ -7,10 +7,8 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef __PLIB_PREPROCESSOR__
|
||||
#define NL_PROHIBIT_BASEH_INCLUDE 1
|
||||
#include "netlist/devices/net_lib.h"
|
||||
#endif
|
||||
#define NL_PROHIBIT_BASEH_INCLUDE 1
|
||||
#include "netlist/devices/net_lib.h"
|
||||
|
||||
// gray scale
|
||||
#define SB3 0
|
||||
|
Loading…
Reference in New Issue
Block a user