summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various improvements to image file handling: Vas Crabb2020-10-085-149/+867
* vicdual: Add frogs netlist. Make sound board interface more general. Aaron Giles2020-10-071-209/+3075
* brdrline: sound improvements (#7332) beta-tester2020-10-061-209/+209
* Hook up Borderline netlist, provided by 'beta-tester' (#7328) [beta-tester] Aaron Giles2020-10-052-200/+5597
* 3rdparty/nanosvg: Re-base on latest upstream. Vas Crabb2020-10-051-1/+5
* -emu/rendlay.cpp: Allow item animation. Vas Crabb2020-10-051-5/+4
* netlist: fix VS build. couriersud2020-10-032-4/+4
* netlist: catch parenthesis count mismatch in formulas. couriersud2020-10-032-1/+8
* Exception specifications on deleted operators/constructors aren't useful. Vas Crabb2020-10-032-6/+6
* pmatrix_cr.h: More logical fix for the nothrow issue AJR2020-10-021-1/+1
* netlist: Revert changes intended to make the code work on OSX 10.10. couriersud2020-10-032-4/+4
* Fix clang error: exception specification of explicitly defaulted move assignm... AJR2020-10-022-6/+6
* netlist: simplify code. couriersud2020-10-027-77/+46
* netlist: move core_terms to netlist_state. couriersud2020-10-028-61/+71
* netlist: more clang lint fixes. couriersud2020-10-0222-346/+384
* netlist: Add parse optimization to pfunction. couriersud2020-10-022-20/+99
* netlist: rename more files to lower case. couriersud2020-10-022-0/+0
* Got rid of global_alloc/global_free. Vas Crabb2020-10-036-78/+54
* formats/cassimg.cpp: Finish encapsulation of cassette_image class. Vas Crabb2020-10-028-218/+218
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-0253-1150/+1025
* netlist: Convert driver filenames to lower case. couriersud2020-09-3012-30/+32
* netlist: Fix a net splitting issue with four term devices. couriersud2020-09-306-16/+48
* netlist: Rewrote frontier documentation. couriersud2020-09-303-29/+28
* netlist: applied some clang tidy recommendations couriersud2020-09-3013-14/+24
* netlist: implement stricter validation. couriersud2020-09-283-523/+59
* netlist: Remove "extended validation mode" couriersud2020-09-286-43/+7
* netlist: Fix astro blaster sonar sound couriersud2020-09-271-1735/+1686
* Cleaned up bitmap API. Vas Crabb2020-09-277-101/+120
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-276-46/+46
* 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