summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlist: minor code cleanup. couriersud2020-09-2518-111/+131
* imd_dsk: Fix bug when changing IMD image [lfantoniosi] (#7289) lfantoniosi2020-09-251-0/+6
* netlist: Fixed a couple of issues with various compilers. couriersud2020-09-246-3/+25
* netlist: make pstring length/size use consistent. couriersud2020-09-246-16/+33
* netlist: clearly identify void * casts. couriersud2020-09-244-5/+9
* netlist: Fix 128 bit integer support. couriersud2020-09-245-20/+32
* netlist: Improve queue handling documentation in code. couriersud2020-09-243-4/+44
* netlist: code refactoring couriersud2020-09-2427-203/+194
* astrob: significant performance increase couriersud2020-09-201-1188/+1677
* netlist: code refactoring. couriersud2020-09-207-169/+166
* util/bitmap.cpp: Use std::fill_n to get better code for modern CPUs. Vas Crabb2020-09-201-74/+15
* Fix a minor error in the CD4076 netlist library device implementation definit... Lord-Nightmare2020-09-182-2/+2
* Netlist devices for MCM14524, CD4029, CD4030, CD4042, CD4049, CD4076 [Lord Ni... Lord-Nightmare2020-09-178-0/+1012
* netlist: emscripten can not use specialization efficiently. couriersud2020-09-173-0/+14
* netlist: optimize headers. couriersud2020-09-1711-78/+101
* netlist: Move ICL8038_DIP and NE556_DIP to core. couriersud2020-09-173-1/+88
* Add MDCR support for P2000t (#7215) Erwin Jansen2020-09-172-0/+340
* netlist: move more models into the core. couriersud2020-09-133-3/+27
* netlist: Move selected NET_MODELS into the core couriersud2020-09-124-4/+8
* netlist: move to generated header and link support files files. couriersud2020-09-12137-2278/+273
* netlist: clang tidy fixes. couriersud2020-09-114-5/+9
* netlist: add listmodels command to nltool. Couriersud2020-09-092-1/+55
* netlist: Implement voltage dependent timing for CD4006 couriersud2020-09-092-9/+35
* netlist: Pedantic and clang tidy updates couriersud2020-09-0628-52/+57
* netlist: fix multi byte string issues. couriersud2020-09-064-32/+36
* netlist: Fix a compile issues with mingw. couriersud2020-09-051-0/+4
* netlist: code maintenance and performance optimizations. Couriersud2020-09-0541-902/+1034
* xmlfile.cpp: Put newline where it’s supposed to go after element content. Vas Crabb2020-09-061-1/+2
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-4/+42
* Don't ignore config elements with attributes but no child nodes. Vas Crabb2020-09-022-5/+16
* frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-022-11/+10
* VG5000µ updates: Sylvain Glaize2020-08-311-0/+1
* formats/flopimg.cpp: Use appropriate standard exceptions for reporting errors... Vas Crabb2020-08-301-11/+13
* formats: Get rid of more inappropriate use of emu_fatalerror (and fix some sp... Vas Crabb2020-08-306-32/+39
* pc_dsk: Ignore 84-byte Disk Copy 4.2 header [Justin Kerk] Justin Kerk2020-08-291-0/+5
* netlist: Remove copyright-infringing descriptions copy/pasted from datasheets. Vas Crabb2020-08-295-671/+0
* netlist: Fix processing of TRUTHTABLES for generated files. couriersud2020-08-284-571/+929
* netlist: Truth tables are now standalone objects. couriersud2020-08-2610-401/+470
* netlist: standalone makefile support for OSX couriersud2020-08-261-3/+14
* netlist: Change license to CC0 in macro folder. couriersud2020-08-2511-11/+11
* netlist: Fix various issues around include directories. couriersud2020-08-25151-526/+533
* netlist: more standalone makefile changes couriersud2020-08-247-741/+804
* netlist: Add 7417, 7438, 74290/74293 devices. Fix PROM DIPs. Aaron Giles2020-08-245-28/+293
* netlist: clang tidy include order fixes. couriersud2020-08-246-8/+8
* netlist: build system improvements couriersud2020-08-2413-1688/+1334
* netlist: in devices folder all DIP devices were removed. couriersud2020-08-235-88/+98
* netlist: References to subdevices should be symbolic. couriersud2020-08-2316-124/+118
* netlist: Fix visibility in some devices. couriersud2020-08-238-19/+14
* netlist: templatize 74107 and code maintenance. couriersud2020-08-238-143/+85
* netlist: macro dip definition for 8277,am2847,mm5837. couriersud2020-08-2311-105/+82