summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-253-8/+8
* aquarius: Added support for .CAQ cassette images. Nigel Barnes2020-10-192-0/+126
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-121-2/+2
* formats/apridisk.cpp: Don't use megabytes of stack space. Vas Crabb2020-10-101-2/+2
* brdrline: Add frontiers, reduce timestep to improve performance Aaron Giles2020-10-091-802/+3414
* csw_cas: Added support for v1.xx format, non-compressed RLE, and removed Lega... Nigel Barnes2020-10-081-244/+167
* frogs: Add AFUNC frontiers to improve performance Aaron Giles2020-10-081-2921/+2796
* netlist: Add LM348, CD4071, CD4081 devices Aaron Giles2020-10-083-1/+112
* 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