/docs/source/plugins/

bmame/log/src/emu/netlist'>
path: root/src/emu/netlist
Commit message (Expand)AuthorAgeFilesLines
...
* Added 7408, 7411, 7432 and 7437 to netlist. Couriersud2014-05-1111-0/+424
* Fixed gate timing. Couriersud2014-05-111-3/+3
* MSVC fix. (nw) Curt Coder2014-05-091-1/+1
* Added first draft of 74123 to netlist code. Couriersud2014-05-065-0/+188
* Allow connecting a net to itself, fixed typo and be more explicit on error. Couriersud2014-05-061-1/+7
* Netlist: Couriersud2014-05-055-21/+39
* More work on pong doubles. Working again (if enabled). Couriersud2014-05-044-22/+29
* Fixed a timing bug in netlist 7474 Couriersud2014-05-041-2/+4
* Removed dead code Couriersud2014-04-191-38/+2
* Netlist: templates rock ... Changed gauss seidel solver to be a subclass of d... Couriersud2014-04-182-44/+24
* Fixed compile. (nw) Curt Coder2014-04-181-1/+1
* Netlist: Couriersud2014-04-184-75/+133
* Simplified netlist code. It now always provides a stable solution instead of ... Couriersud2014-04-169-82/+62
* Netlist: All analysis is now based on an immutable list of terminals. The dyn... Couriersud2014-04-135-45/+46
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-0768-4218/+4195
* Netlist: fixed reset (F3) and save state. Both crashed after last changes. Fi... Couriersud2014-04-069-15/+47
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-1/+1
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-1/+1
* netlist: Nice performance increase by removing logic terminals from net if th... Couriersud2014-03-239-112/+257
* Netlist dead code removal