summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* yo sup dawg (nw) Vas Crabb2017-02-021-7/+47
* zx81: added tzx cassette format Nigel Barnes2017-02-014-61/+41
* apd_dsk: improved identify and simplified load (nw) Nigel Barnes2017-02-011-53/+74
* build fix (nw) Lord-Nightmare2017-01-311-0/+1
* Fixed a number of issues: couriersud2017-01-3125-253/+456
* Separate include file usage for netlist. couriersud2017-01-2988-1153/+1207
* Solver stuff: couriersud2017-01-298-141/+174
* Logging enhancement for Joakim. couriersud2017-01-281-0/+7
* Fix a hidden bug in the GMRES solver and more optimization. (nw) couriersud2017-01-2814-234/+273
* Fix bug which caused hazl1500 to crash. (nw) couriersud2017-01-283-19/+21
* Minor refactoring. (nw) couriersud2017-01-275-45/+37
* Remove macro to avoid copying and replace with a struct. (nw) couriersud2017-01-2718-65/+38
* Do not derive other classes from std::vector. More cleanup. (nw) couriersud2017-01-2716-74/+64