| Commit message (Expand) | Author | Age | Files | Lines |
| * | csw_cas: Added support for v1.xx format, non-compressed RLE, and removed Lega... |  Nigel Barnes | 2020-10-08 | 1 | -244/+167 |
| * | frogs: Add AFUNC frontiers to improve performance |  Aaron Giles | 2020-10-08 | 1 | -2921/+2796 |
| * | netlist: Add LM348, CD4071, CD4081 devices |  Aaron Giles | 2020-10-08 | 3 | -1/+112 |
| * | Various improvements to image file handling: |  Vas Crabb | 2020-10-08 | 5 | -149/+867 |
| * | vicdual: Add frogs netlist. Make sound board interface more general. |  Aaron Giles | 2020-10-07 | 1 | -209/+3075 |
| * | brdrline: sound improvements (#7332) |  beta-tester | 2020-10-06 | 1 | -209/+209 |
| * | Hook up Borderline netlist, provided by 'beta-tester' (#7328) [beta-tester] |  Aaron Giles | 2020-10-05 | 2 | -200/+5597 |
| * | 3rdparty/nanosvg: Re-base on latest upstream. |  Vas Crabb | 2020-10-05 | 1 | -1/+5 |
| * | -emu/rendlay.cpp: Allow item animation. |  Vas Crabb | 2020-10-05 | 1 | -5/+4 |
| * | netlist: fix VS build. |  couriersud | 2020-10-03 | 2 | -4/+4 |
| * | netlist: catch parenthesis count mismatch in formulas. |  couriersud | 2020-10-03 | 2 | -1/+8 |
| * | Exception specifications on deleted operators/constructors aren't useful. |  Vas Crabb | 2020-10-03 | 2 | -6/+6 |
| * | pmatrix_cr.h: More logical fix for the nothrow issue |  AJR | 2020-10-02 | 1 | -1/+1 |
| * | netlist: Revert changes intended to make the code work on OSX 10.10. |  couriersud | 2020-10-03 | 2 | -4/+4 |
| * | Fix clang error: exception specification of explicitly defaulted move assignm... |  AJR | 2020-10-02 | 2 | -6/+6 |
| * | netlist: simplify code. |  couriersud | 2020-10-02 | 7 | -77/+46 |
| * | netlist: move core_terms to netlist_state. |  couriersud | 2020-10-02 | 8 | -61/+71 |
| * | netlist: more clang lint fixes. |  couriersud | 2020-10-02 | 22 | -346/+384 |
| * | netlist: Add parse optimization to pfunction. |  couriersud | 2020-10-02 | 2 | -20/+99 |
| * | netlist: rename more files to lower case. |  couriersud | 2020-10-02 | 2 | -0/+0 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 6 | -78/+54 |
| * | formats/cassimg.cpp: Finish encapsulation of cassette_image class. |  Vas Crabb | 2020-10-02 | 8 | -218/+218 |
| * | -imagedev/cassimg.cpp: Make the interface look something like C++. |  Vas Crabb | 2020-10-02 | 53 | -1150/+1025 |
| * | netlist: Convert driver filenames to lower case. |  couriersud | 2020-09-30 | 12 | -30/+32 |
| * | netlist: Fix a net splitting issue with four term devices. |  couriersud | 2020-09-30 | 6 | -16/+48 |
| * | netlist: Rewrote frontier documentation. |  couriersud | 2020-09-30 | 3 | -29/+28 |
| * | netlist: applied some clang tidy recommendations |  couriersud | 2020-09-30 | 13 | -14/+24 |
| * | netlist: implement stricter validation. |  couriersud | 2020-09-28 | 3 | -523/+59 |
| * | netlist: Remove "extended validation mode" |  couriersud | 2020-09-28 | 6 | -43/+7 |
| * | netlist: Fix astro blaster sonar sound |  couriersud | 2020-09-27 | 1 | -1735/+1686 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 7 | -101/+120 |
| * | Disable SOUND_DEBUG for non-debug builds, and srcclean |  Vas Crabb | 2020-09-27 | 6 | -46/+46 |
| * | netlist: minor code cleanup. |  couriersud | 2020-09-25 | 18 | -111/+131 |
| * | imd_dsk: Fix bug when changing IMD image [lfantoniosi] (#7289) |  lfantoniosi | 2020-09-25 | 1 | -0/+6 |
| * | netlist: Fixed a couple of issues with various compilers. |  couriersud | 2020-09-24 | 6 | -3/+25 |
| * | netlist: make pstring length/size use consistent. |  couriersud | 2020-09-24 | 6 | -16/+33 |
| * | netlist: clearly identify void * casts. |  couriersud | 2020-09-24 | 4 | -5/+9 |
| * | netlist: Fix 128 bit integer support. |  couriersud | 2020-09-24 | 5 | -20/+32 |
| * | netlist: Improve queue handling documentation in code. |  couriersud | 2020-09-24 | 3 | -4/+44 |
| * | netlist: code refactoring |  couriersud | 2020-09-24 | 27 | -203/+194 |
| * | astrob: significant performance increase |  couriersud | 2020-09-20 | 1 | -1188/+1677 |
| * | netlist: code refactoring. |  couriersud | 2020-09-20 | 7 | -169/+166 |
| * | util/bitmap.cpp: Use std::fill_n to get better code for modern CPUs. |  Vas Crabb | 2020-09-20 | 1 | -74/+15 |
| * | Fix a minor error in the CD4076 netlist library device implementation definit... |  Lord-Nightmare | 2020-09-18 | 2 | -2/+2 |
| * | Netlist devices for MCM14524, CD4029, CD4030, CD4042, CD4049, CD4076 [Lord Ni... |  Lord-Nightmare | 2020-09-17 | 8 | -0/+1012 |
| * | netlist: emscripten can not use specialization efficiently. |  couriersud | 2020-09-17 | 3 | -0/+14 |
| * | netlist: optimize headers. |  couriersud | 2020-09-17 | 11 | -78/+101 |
| * | netlist: Move ICL8038_DIP and NE556_DIP to core. |  couriersud | 2020-09-17 | 3 | -1/+88 |
| * | Add MDCR support for P2000t (#7215) |  Erwin Jansen | 2020-09-17 | 2 | -0/+340 |
| * | netlist: move more models into the core. |  couriersud | 2020-09-13 | 3 | -3/+27 |