diff options
author | 2015-06-07 02:08:30 +0200 | |
---|---|---|
committer | 2015-06-07 02:16:54 +0200 | |
commit | 5107c16ca6a4a05e8755c935d9b0ba23f5f4499a (patch) | |
tree | f9b0d118953fc9ac975c14b3e53afff37386db3e /src/emu/netlist/plib/pparser.h | |
parent | 887742e3085d1d55d1ed75a12843c0fd0efc8715 (diff) |
Fixed a number of bugs and some additions:
- fixed bugs in the spice(Kicad) conversion
- fixes submodel difference between inline and parsed netlist
- added truthtable 7404 and 7486 models
- aligned input and output naming for truthtable and specialised 74xx
models.
Diffstat (limited to 'src/emu/netlist/plib/pparser.h')
-rw-r--r-- | src/emu/netlist/plib/pparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/netlist/plib/pparser.h b/src/emu/netlist/plib/pparser.h index 4dbaac67324..f4f8cff2171 100644 --- a/src/emu/netlist/plib/pparser.h +++ b/src/emu/netlist/plib/pparser.h @@ -86,6 +86,7 @@ public: token_t get_token(); pstring get_string(); pstring get_identifier(); + pstring get_identifier_or_number(); double get_number_double(); long get_number_long(); |