summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify object model by removing default_logic_family(). couriersud2016-05-089-21/+10
* Some minor changes towards c++11. couriersud2016-05-0814-57/+50
* Fix standalone-compile. couriersud2016-05-066-23/+17
* Converted 7486 to macro module couriersud2016-05-056-192/+68
* Removed drivers/signal.h since netlist devices no longer use it. (nw) couriersud2016-05-051-119/+0
* Convert 7430 to macro module. couriersud2016-05-056-137/+87
* Convert 7425 to macro modul couriersud2016-05-056-116/+77
* Converted 7420 to macro modul couriersud2016-05-056-128/+73
* Fix conditional compile path couriersud2016-05-052-12/+16
* Convert 7432 to macro device. couriersud2016-05-046-149/+86
* Converted 7437 to macro device couriersud2016-05-046-135/+74
* Some header maintenance couriersud2016-05-046-6/+3
* Converted 7427 to macro device couriersud2016-05-046-131/+74
* Converted 7411 into a macro device. couriersud2016-05-046-132/+71
* Converted 7410 into macro device. couriersud2016-05-046-130/+69
* Implement 7402, 7408 as macro device. (nw) couriersud2016-05-039-268/+135
* Implement 7404 as macro device. (nw) couriersud2016-05-036-193/+98
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-0295-1118/+1140
* Workaround for MT 06194 (potential segfault during floppy load) AJR2016-05-011-0/+6
* MT 06189 Robbbert2016-05-011-0/+4
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-2711-35/+33
* cgenie.cpp: expanded .cas support so that also files created by etabeta782016-04-241-30/+40
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-2448-214/+219
* Move a few odds and ends out of the emu core AJR2016-04-232-0/+209
* Add missing files. couriersud2016-04-232-0/+132
* Implemented dynamic loading of precompiled solver code. [Couriersud] couriersud2016-04-2311-701/+212
* Simplify solver infrastructure. couriersud2016-04-189-63/+35
* merge me later bug fix couriersud2016-04-181-1/+4
* Merge me later couriersud2016-04-182-0/+619
* Merge pull request #809 from jmakovicka/master Miodrag Milanović2016-04-161-2/+2
|\
| * Fix type mismatch Jindřich Makovička2016-04-131-2/+2
* | chd: initialized m_hunknum inside the constructor. (nw) dankan18902016-04-151-0/+1
* | cdrom: declared (std::nothrow) some allocations. (nw) dankan18902016-04-151-3/+3
* | Significant speed improvement: couriersud2016-04-159-74/+346
* | Recover from creating solvers by copy paste. Move common code were it couriersud2016-04-1510-408/+232
* | Moved solver members to proper place. Minor code changes. (nw) couriersud2016-04-158-55/+44
|/
* Merge pull request #776 from jmallach/typos R. Belmont2016-04-122-2/+2
|\
| * Typo fix: nonexistant → nonexistent Jordi Mallach2016-04-011-1/+1
| * Typo fix: threshholds → thresholds Jordi Mallach2016-03-311-1/+1
* | Make un7z a bit chattier, too Vas Crabb2016-04-112-39/+66
* | Make unzip less opaque about what it's doing Vas Crabb2016-04-111-23/+246
* | netlist_t no longer descends from netlist::object_t. couriersud2016-04-105-36/+47
* | Get rid of some init_object calls. couriersud2016-04-103-10/+27
* | Replace macros with templates. couriersud2016-04-102-16/+38
* | Fix crash Vas Crabb2016-04-101-1/+0
* | Second thoughts about default status Vas Crabb2016-04-101-1/+1
* | Visual Studio says it can be uninitialized (nw) Miodrag Milanovic2016-04-101-1/+1
* | foobar is not a subdirectory of foo called bar Vas Crabb2016-04-102-7/+11
* | STL makes life easier Vas Crabb2016-04-101-35/+18
* | Fix for archives containing directories like foobar following foo Vas Crabb2016-04-101-3/+4