summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* tzx_cass.cpp: Fix loading of Generalized Data blocks AmatCoder2019-06-301-6/+5
* txz_cass.cpp: Adding 1 ms. pause to ensure that the last edge is properly fin... AmatCoder2019-06-261-9/+15
* revert tzx_cas changes from 0.202, they break things DavidHaywood2019-06-171-6/+2
* ap2_dsk: only save 40 tracks if the disk originally had that many [R. Belmont] arbee2019-06-092-3/+8
* Apple II dsk 35 to 40 track zzemu-cn2019-06-092-16/+18
* imgtool: MT 6693 wip, solves mess_hd issue (nw) Sergey Svishchev2019-06-021-0/+1
* clean up some stuff (nw) Vas Crabb2019-05-302-12/+7
* srcclean (nw) Vas Crabb2019-05-265-83/+83
* netlist: GCC 9 fixes (nw) arbee2019-05-162-5/+5
* netlist: array -> std::array (nw) couriersud2019-05-122-2/+6
* netlist: remove base_dummy class and fix CD4020 VCC/VDD. couriersud2019-05-116-38/+18
* netlist: Fix cmos power pins and gcc-9 error. couriersud2019-05-069-41/+57
* netlist: improve readability (nw) couriersud2019-05-061-5/+9
* netlist: fix pedantic clang warnings. (nw) couriersud2019-05-012-6/+7
* netlist: add more defines to nltool -v --version output couriersud2019-05-014-41/+36
* netlist: provide example for state in truthtable. couriersud2019-05-016-1/+110
* netlist: move things where they belong (nw) couriersud2019-04-293-39/+34
* netlist: fix include order and logging queue stats (nw) couriersud2019-04-283-24/+25
* netlist: only print queue stats if they are enabled. couriersud2019-04-281-6/+9
* netlist: code maintenance Couriersud2019-04-286-35/+42
* flopimh.h: uncluttered global name space as per Vas suggestion Joakim Larsson Edstrom2019-04-261-3/+3
* Fix OS-9 disk writing bug (#4925) tim lindner2019-04-263-39/+160
* plib: don't assume constructors will only throw things derived from std::exce... Vas Crabb2019-04-242-2/+2
* netlist: Fix the 7448 mess. couriersud2019-04-236-87/+153
* netlist: Protect defines with ifdefs ... couriersud2019-04-233-3/+58
* netlist: fix validation errors. (nw) couriersud2019-04-231-3/+10
* netlist: fix exception handling and uninitialized var. (nw) couriersud2019-04-224-4/+4
* Fix clang build. (nw) couriersud2019-04-221-0/+8
* netlist/plib: Fix memory leak when exception is thrown in constructor. couriersud2019-04-222-2/+28
* netlist: Fix MT06827. couriersud2019-04-2211-27/+40
* netlist: fix some error/warnings. (nw) couriersud2019-04-224-74/+84
* netlist: minor optimization. (nw) couriersud2019-04-222-7/+10
* netlist: runtime performance statistics on demand. couriersud2019-04-229-67/+131
* netlist: lint and pedantic warning fixes. (nw) couriersud2019-04-227-10/+16
* netlist: Add more validations and fix issues identified. couriersud2019-04-219-90/+122
* Merge pull request #4911 from AmatCoder/AmatCoder-tzx_cas-1 R. Belmont2019-04-211-4/+6
|\
| * tzx_cas.cpp: Apply 1ms pause only on data blocks AmatCoder2019-04-211-4/+6
* | netlist: use A,B,C,... for packaged components. couriersud2019-04-2110-571/+577
* | netlist: bug fixes and nltool validation. couriersud2019-04-216-99/+169
* | netlist: Add power terminals to most logic devices. couriersud2019-04-2178-977/+1258
* | netlist: more structure for caches. (nw) couriersud2019-04-213-69/+43
* | netlist: srcclean (nw) couriersud2019-04-184-71/+71
* | netlist: scalable error messages. couriersud2019-04-1812-143/+161
* | Fix validation crash. (nw) couriersud2019-04-171-1/+1
* | plib: mempool refactoring. (nw) couriersud2019-04-171-24/+19
* | netlist: Improve validation code. couriersud2019-04-168-15/+51
* | netlist: Add validation support to netlist device. couriersud2019-04-155-19/+52
* | plib: fix crash when argument is missing. (nw) couriersud2019-04-131-1/+3
* | zaccaria: Route speech and DAC through netlist filtering. couriersud2019-04-131-0/+2
* | netlist: bug fixing. couriersud2019-04-133-18/+20