summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | netlist: clang lint readability fixes. (nw) couriersud2020-01-2542-296/+243
* | netlist: clang lint fixes, srcclean and nlwav fix. (nw) couriersud2020-01-2511-44/+47
* | netlist: New devices and some fixes. [Couriersud] couriersud2020-01-2514-47/+242
* | Merge pull request #6195 from firewave/includes R. Belmont2020-01-22158-222/+222
|\ \
| * | use C++ library includes (nw) firewave2020-01-22158-222/+222
* | | Merge pull request #6187 from 68bit/apple2-floppy-options-track-count R. Belmont2020-01-221-3/+3
|\ \ \
| * | | apply2 floppy format: bake in the track count 68bit2020-01-201-3/+3
* | | | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-223-6/+6
| |/ / |/| |
* | | netlist: code maintenance. (nw) couriersud2020-01-2031-182/+195
|/ /
* | netlist: clang tidy fixes. (nw) couriersud2020-01-195-12/+8
* | netlist: Fix 741 opamp representation. (nw) couriersud2020-01-192-12/+23
* | Eliminate simple_list_wrapper and replace its only use (nw) AJR2020-01-181-34/+0
* | netlist: Code maintenance. (nw) couriersud2020-01-186-41/+53
* | netlist: 7493, minor edit. (nw) couriersud2020-01-161-1/+1
* | netlist: Fix building with 128bit integers. (nw) couriersud2020-01-162-11/+19
* | netlist: Increase resolution to 100 pico seconds. [Couriersud] couriersud2020-01-152-12/+27
* | netlist: move some functions to pmath. (nw) couriersud2020-01-153-52/+87
* | netlist: Make sure diodes step enough ... [Couriersud] couriersud2020-01-151-6/+9
* | Fix clang build. (nw) couriersud2020-01-121-6/+6
* | netlist: Code maintenance. (nw) couriersud2020-01-1213-77/+136
* | netlist: dead code removal. (nw) couriersud2020-01-114-84/+18
* | netlist: fix github issue #6106. [Couriersud, Firewave] couriersud2020-01-082-5/+30
* | imds2: implemented save in IMG disk format (#6140) fulivi2020-01-072-16/+181
* | acorn_dsk: Added support for HADFS floppy images. Nigel Barnes2020-01-071-0/+10
* | Emulation of isbc202 floppy disk controller (#6119) fulivi2020-01-042-0/+268
* | Happy New Year 2020 (nw) (#6128) Stiletto2020-01-042-2/+2
* | netlist: Force invalidation of save states. [Couriersud] couriersud2019-12-305-17/+47
* | srcclean (nw) Vas Crabb2019-12-2134-1084/+1084
* | add missing return statement for LRU cache assignment operator (nw) Vas Crabb2019-12-201-0/+1
* | coretmpl.h: different approach to member initialisation - hopefully work arou... Vas Crabb2019-12-201-65/+62
|/
* netlist: Change visibility to private for some members. [Couriersud] couriersud2019-11-2610-119/+112
* netlist: move nl_examples to src/lib/netlist/examples. (nw) couriersud2019-11-2536-0/+4249
* Fix clang error: cannot initialize a parameter of type 'void *' with an lvalu... AJR2019-11-241-1/+1
* apparently 3AM is not the time to code (nw) Vas Crabb2019-11-251-3/+3
* helps to git add before git commit (nw) Vas Crabb2019-11-251-1/+1
* pre-fill things allocated with operator new with 0xcd in debug builds (value ... Vas Crabb2019-11-251-0/+34
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-246-21/+21
* netlist: clang lint fixes and standalone build fix. (nw) couriersud2019-11-244-4/+6
* -netlist: Add new devices to net_lib.cpp, nw mooglyguy2019-11-231-0/+4
* -netlist: Fixed typo on 7442 diagram, nw MooglyGuy2019-11-231-1/+1
* -netlist: Added 7442 4-Line BCD to 10-Line Decimal Decoder. [Ryan Holtz] MooglyGuy2019-11-232-0/+167
* -netlist: Fix typo, nw MooglyGuy2019-11-231-1/+1
* -netlist: Added 7492 Divide-by-12 Counter. [Ryan Holtz] MooglyGuy2019-11-232-0/+198
* apple2: fix recognition of .NIB images on the old diskii controller (MT #7496... arbee2019-11-222-3/+3
* util/options.cpp: fix locale issues and a const correctness issue Vas Crabb2019-11-232-89/+169
* new working ZX Spectrum slot devices: DISCiPLE and +D disk interfaces (#5931) Tom2019-11-221-1/+1
* misc cleanup: Vas Crabb2019-11-183-101/+99
* netlist: more code maintenance. (nw) couriersud2019-11-1615-474/+502
* netlist: maintenance and bug fixes, remove DUMMY_INPUT. [Couriersud] couriersud2019-11-1532-348/+245
* netlist: Proxy and power terminal hack removal. [Couriersud] couriersud2019-11-1413-107/+184