diff options
author | 2019-10-13 16:45:03 +0200 | |
---|---|---|
committer | 2019-10-13 16:45:30 +0200 | |
commit | a89b7d194d77cacfe73dd1936c3db68c52ba0b36 (patch) | |
tree | d6463bf9ef1417f470227660bb9a4c3a98482524 /src/lib/netlist/plib/pparser.h | |
parent | 3812869c54c98505f08d88c54c430eb93991b8bf (diff) |
netlist: mame netlist reorganization. [Couriersud]
- moved netlists out of driver code into audio/ or machine/ as
nl_xxx.cpp files.
- identified and documented extended validation
- updated arcade, mess and nl targets
Diffstat (limited to 'src/lib/netlist/plib/pparser.h')
-rw-r--r-- | src/lib/netlist/plib/pparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/netlist/plib/pparser.h b/src/lib/netlist/plib/pparser.h index 0f0e57fca12..3d4f18b3eb1 100644 --- a/src/lib/netlist/plib/pparser.h +++ b/src/lib/netlist/plib/pparser.h @@ -175,6 +175,7 @@ public: using defines_map_type = std::unordered_map<pstring, define_t>; explicit ppreprocessor(defines_map_type *defines = nullptr); + ~ppreprocessor() override { delete rdbuf(); |