summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added SM510 cpu skeleton hap2015-06-301-0/+2
* 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-272-17/+16
* 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
* Fixed some clang 3.6 compilation errors and gcc -Wextra warnings. (nw) couriersud2015-05-251-5/+5
* cleanup of bogus copyright messages and restriction texts, update for Daniel ... Miodrag Milanovic2015-05-251-3/+0
* 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
* added m58846 disasm hap2015-05-201-0/+2
* 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-142-4/+4
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-072-0/+4
* added e0c6200 disassembler hap2015-05-061-3/+5
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-228-288/+294
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-193-4/+4
* more conversions to std::string (nw) Miodrag Milanovic2015-04-192-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-143-44/+48
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-15/+15
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-127-98/+98
* Merge https://github.com/ZoeB/mame Vas Crabb2015-04-123-5/+5
|\
| * Fix various typos and spelling mistakes Zoë Blade2015-04-113-5/+5
* | cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-116-112/+112
|/
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-224/+0
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-203-0/+3
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-205-0/+6
* fixed nltool linking with Visual Studio (nw) Oliver Stöneberg2015-03-161-1/+2
* fix hmcs40 10-bit-word handling hap2015-03-061-1/+1
* widdle endian hap2015-03-051-1/+1
* added Hitachi HMCS40 series MCU core skeleton hap2015-03-041-0/+2