summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-272-5/+6
* Netlist refactoring couriersud2017-02-254-107/+105
* Fix clang-5.0 warning .. Maximum of unsigned X and 0 is always X. (nw) couriersud2017-02-241-1/+1
* Fix netlist stats collection. Code refactoring: couriersud2017-02-248-244/+160
* Added a heap priority queue to the netlist source. couriersud2017-02-242-7/+127
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Vas Crabb2017-02-241-2/+2
|\
* | Vas feedback Nathan Woods2017-02-231-8/+3
* | Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-222-25/+54
|/
* Softlist cleanup (#2075) npwoods2017-02-222-0/+44
* Fix VS2015 compile. (nw) couriersud2017-02-224-4/+11
* Improve readability. Add more c++11 noexcept and swap semantics. couriersud2017-02-229-100/+131
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-2216-58/+40
* Slightly improve event timing if state changes. couriersud2017-02-193-23/+36
* srcclean (nw) Vas Crabb2017-02-1917-105/+105
* Add prodigy to mamenl build. Fix clang5 warnings. (nw) couriersud2017-02-194-4/+4
* More truthtable rework and clean up. (nw) couriersud2017-02-197-227/+260
* Fix nltool logging. (nw) couriersud2017-02-191-8/+9
* Merge pull request #2068 from JoakimLarsson/prodigy_display R. Belmont2017-02-174-0/+164
|\
| * new netlist device: 74164 - 8bit parallel output serial shift register Joakim Larsson Edstrom2017-02-174-0/+164
* | Fix mingw 32 bit build. (nw) couriersud2017-02-176-28/+22
* | Reworked truthtables a bit. couriersud2017-02-1720-619/+410
* | abc800_dsk: Fixed sector interleave. [Curt Coder] Curt Coder2017-02-172-2/+28
|/
* Optimized 7493 device. Gives some 5 to 10% improvement to pong. couriersud2017-02-164-78/+88
* Move from <cstring> to std::copy and friends. (nw) couriersud2017-02-166-54/+63
* Revert "wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder]" Olivier Galibert2017-02-164-11/+9
* wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder] Curt Coder2017-02-164-9/+11
* Merge pull request #2062 from shattered/_fb4f4dd R. Belmont2017-02-152-0/+85
|\
| * ms0515.cpp -- hook up keyboard and floppy, improve video emulation etc. Sergey Svishchev2017-02-132-0/+85
* | Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-161-2/+1
* | Added state saving and loading to nltool. couriersud2017-02-154-26/+183
* | Move inline constructors from header to cpp. (nw) couriersud2017-02-152-15/+33
* | dsk_dsk format: propagate CRC error flags Sergey Svishchev2017-02-131-2/+6
* | Start adding save state support to nltool. couriersud2017-02-131-0/+24
* | Add standalone VC2015 build file in src/lib/netlist/build couriersud2017-02-136-0/+1095
* | Remove duplicate save states / Save state simplification. (nw) couriersud2017-02-134-29/+12
* | Separate custom save states. (nw) couriersud2017-02-122-7/+15
* | Optimize queue save state. (nw) couriersud2017-02-122-14/+19
* | Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* | Reorder include order to comply with best practices. (nw) couriersud2017-02-1022-52/+53
* | Make windows builds of nltool and nlwav understand unicode. couriersud2017-02-108-117/+295
* | Make sure netlist includes are not found directly on include path. couriersud2017-02-10139-222/+229
|/
* Sync with upstream (nw) Miodrag Milanovic2017-02-053-6/+19
* Netlist: It is now possible to have multiple handlers per device ... couriersud2017-02-0512-116/+233
* Fix 9322. (nw) couriersud2017-02-051-22/+25
* Add constexpr add noexcept. (nw) couriersud2017-02-054-87/+105
* Doxygen work. How the heck can one enforce a consistent device couriersud2017-02-055-232/+114
* Fix a bug in pstring.cpp causing crash if moved object is reused. (nw) couriersud2017-02-051-7/+10
* Some documentation work. couriersud2017-02-058-26/+261
* Avoid conflict with Apple C++ runtime header nl_types.h Vas Crabb2017-02-043-9/+9
* fix chd build (nw) Vas Crabb2017-02-021-7/+7