summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/nltool.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-1/+0
* Added nlwav to tools. nlwav converts netlist logs into wav files. couriersud2015-07-261-1/+77
* Added quiet flag to nltool. (nw) couriersud2015-07-201-10/+12
* Use hashmap for factory searches. (nw) couriersud2015-07-201-8/+8
* Aligned builtin device identification with parser device couriersud2015-07-191-1/+1
* Netlist now compiles with couriersud2015-06-301-3/+3
* Some more moves to the netlist namespace. (nw) couriersud2015-06-191-4/+4
* Rename netlist::netlist_<somename> to just netlist::<somename>. (nw) couriersud2015-06-131-5/+5
* Netlist code now uses "namespace netlist". At the same time, moved all couriersud2015-06-131-9/+9
* Changed the way NETLIST_START(NAME) is located and called. This is done couriersud2015-06-031-9/+4
* Netlist now uses the same approach as delegate.h to derive member couriersud2015-05-311-1/+16
* First version of a eagle to netlist converter. (nw) couriersud2015-05-291-334/+12
* Found some cycles. (nw) couriersud2015-05-291-15/+35
* Got truthtable parsing working in the parser. The plib preprocessor now couriersud2015-05-281-4/+6
* Introduced user definable truth tables: couriersud2015-05-271-2/+2
* Moved all files in src/emu/netlist starting with p into plib folder. couriersud2015-05-271-23/+18
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-16/+15
* Changed plist_t to be closer to vector. Commented out tons of inlines couriersud2015-05-261-13/+13
* Fixed some netlist issues valgrind pointed me too. In addition, added a couriersud2015-05-261-2/+19
* Fix nltool compile. After the next release the netlist folder structure couriersud2015-05-251-2/+7
* Fixed a number of -Wpedantic messages in netlist. The netlist code and couriersud2015-05-251-41/+62
* Cleaned up includes in header files and reworked memory allocation. (nw) couriersud2015-05-241-14/+25
* Fix unused variable warning in clang. (nw) couriersud2015-05-231-1/+2
* Removed netlist_input_t and net_output_t. Instead introduced couriersud2015-05-221-2/+1
* Added stop virtual method to devices to be able to log statistics couriersud2015-05-211-2/+28
* netlist: couriersud2015-05-201-159/+190
* More progress on SPICE to netlist conversion. couriersud2015-05-171-23/+209
* Started working on SPICE to netlist conversion. (nw) couriersud2015-05-171-9/+92
* Made netlist code compile with "-Wextra -Wdouble-promotion couriersud2015-05-161-1/+1
* some more (nw) Miodrag Milanovic2015-05-141-2/+2
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-3/+2
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-201-0/+1
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-7/+7
* Fixed clang (most likely > 3.4) compile. (nw) couriersud2015-01-191-1/+1
* Fix nltool "-ld" listdevices. (nw) couriersud2015-01-181-6/+22
* Move some includes around to fix compile errors on OSX; if this breaks any ot... Wilbert Pol2014-12-291-0/+1
* unreachable code warning fixes for tools (nw) Oliver Stöneberg2014-09-081-1/+0
* Cleanups and version bump Miodrag Milanovic2014-07-221-3/+3
* Introduced netlist_analog_net_t and netlist_logic_net_t to untangle code a bit. Couriersud2014-05-171-0/+7
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-106/+105
* netlist: Nice performance increase by removing logic terminals from net if th... Couriersud2014-03-231-0/+7
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* Fixed a netlist crash on clang due to ATTR_NORETURN. Also fixed some debug st... Couriersud2014-02-241-1/+1
* Fixed nltool -listdevices. Thanks Oliver. Couriersud2014-02-211-0/+4
* Abstracted netlist sources. This is a first step to support libraries (e.g. f... Couriersud2014-02-191-2/+6
* Netlist bugfixes: Couriersud2014-02-011-3/+14
* Added a "-listdevices" option to nltool to list all available devices. Simpli... Couriersud2014-01-081-16/+81