summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/nltool.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enhanced the netlist parser and cleaned pong.c. Also added a folder nl_exampl... Couriersud2013-12-311-4/+23
* Further untangled nl_base.[hc] and mame-specific netlist.c. No wn Couriersud2013-12-291-10/+3
* Alignment of netlist with MAME standards. Inputs to netlist are now registere... Couriersud2013-12-271-6/+6
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-106/+105
* fix compile Michaël Banaan Ananas2013-12-191-0/+2
* Pong update: Couriersud2013-12-191-0/+200