summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* netlist: Macro DIP definitons for TMS4800, 9314, 9334 couriersud2020-08-2311-159/+85
* srcclean for 0.224 Vas Crabb2020-08-234-113/+113
* formats: Removed some inappropriate uses of emu_fatalerror and stderr. Vas Crabb2020-08-233-29/+42
* netlist: use macro dips for 74175, 74192, 74193, 74194, 74365. couriersud2020-08-2213-241/+128
* netlist: remove duplicate device definitions. couriersud2020-08-2211-407/+112
* netlist: fix clang build. couriersud2020-08-222-7/+6
* netlist: Add NETLIB_DELEGATE_NOOP() couriersud2020-08-228-18/+17
* netlist: Fix some documentation issues. couriersud2020-08-223-4/+16
* netlist: Fix some pedantic clang warnings. couriersud2020-08-222-3/+3
* netlist: Add AN6551 opamp couriersud2020-08-202-1/+39
* netlist: optimized 7416 couriersud2020-08-201-24/+28
* palloc: use posix_memalign with android Tiago Pierezan Camargo2020-08-201-1/+1
* Updated static solvers. Aaron Giles2020-08-191-6612/+18025
* Sound and other improvements to Sega G-80 games. (#7103) Aaron Giles2020-08-199-47/+140
* -tank: Assorted fixes and changes. For some reason, GNE (H4.6) never goes low... Ryan Holtz2020-08-181-1/+1
* netlist: fix some pedantic clang warnings. couriersud2020-08-174-5/+5
* netlist: dead code removal. couriersud2020-08-1712-275/+350
* -netlist: Properly fixed 74165 implementation. Fixed MK28000 address latching. Ryan Holtz2020-08-172-16/+8
* -tank: Commented out CPU-choking motor sound for now. Fixed a transcription e... Ryan Holtz2020-08-171-1/+1
* -nld_9321: Fixed Enable input, it should be inverted. Ryan Holtz2020-08-171-1/+3
* sspeedr: new netlist audio implementation (#7081) Colin Douglas Howell2020-08-161-0/+1929