summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* netlist: Fix logging during object construction. (nw) couriersud2019-01-1310-60/+89
* hpi_dsk.cpp: Resolve unused variable warnings (nw) AJR2019-01-131-0/+2
* Merge pull request #4501 from fulivi/hp9825_dev4 R. Belmont2019-01-132-19/+78
|\
| * hp9825: added HLE of HP9885 floppy drive. Extended HPI format to fulivi2019-01-122-19/+78
* | Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-144-76/+213
* | netlist: fix bug recently introduced and some refactoring. (nw) couriersud2019-01-132-44/+39
* | netlist: Added && and || operators to preprocessor expressions. (nw) couriersud2019-01-132-45/+30
* | Fix bug in GMRES solver. (nw) couriersud2019-01-131-2/+2
* | Reenable LOG_STATS - issue fixed by smf 12 months ago is gone. (nw) couriersud2019-01-132-10/+10
* | Replace ATTR_UNUSED by c++ template. (nw) couriersud2019-01-138-16/+28
* | Improve dealing ownership in pstreams. (nw) couriersud2019-01-1315-104/+239
* | Move mainclock code from nl_base into header of nlid_system. (nw) couriersud2019-01-123-42/+15
* | Removed most inlines not necessary ... (nw) couriersud2019-01-1220-76/+73
* | Fix clang-8 warnings. (nw) couriersud2019-01-1127-57/+60
|/
* Move NL_KEEP_STATISTICS from netlist_types to the individual use cases. couriersud2019-01-114-28/+26
* Fix clang error: extraneous template parameter list in template specializatio... AJR2019-01-101-1/+0
* Fix reset members. (nw) couriersud2019-01-103-7/+7
* Forgot this one. (nw) couriersud2019-01-101-2/+3
* 5% performance improvement for breakout from a single device. (nw) couriersud2019-01-101-19/+46
* 2018 -> 2019 changes (nw) Stiletto2019-01-102-2/+2
* Fix stuntcyc regression. (nw) couriersud2019-01-101-2/+2
* Refactoring and bug fixes. (nw) couriersud2019-01-1010-91/+147
* Move information where it belongs ... into the drivers. (nw) couriersud2019-01-1051-146/+163
* Improve type safety on string->numeric conversions. (nw) couriersud2019-01-1018-133/+197
* C++ and minor performance optimizations. (nw) couriersud2019-01-096-119/+99
* Fixed tp1983 and 7497 and added 7497 dip version. (nw) couriersud2019-01-094-24/+55
* Rewrote 7497 device. (nw) couriersud2019-01-081-83/+40
* Fix netlist logs. (nw) couriersud2019-01-081-1/+1
* Fix clang build [-Wc++11-narrowing] (nw) AJR2019-01-072-2/+2
* Merge pull request #4482 from peterferrie/master R. Belmont2019-01-071-1/+1
|\
| * fix MSVC (llvm toolset) compile (nw) Peter Ferrie2019-01-061-1/+1
* | Merge pull request #4487 from shattered/_1c5572b0c3 R. Belmont2019-01-077-2/+252
|\ \
| * | netlist wip: 7474, 7497, test driver Sergey Svishchev2019-01-077-2/+252
* | | Fix reset order for nets. (nw) couriersud2019-01-071-9/+7
* | | Fix reported crash. (nw) couriersud2019-01-071-2/+5
* | | add C++ standard library headers for things that are used (nw) Vas Crabb2019-01-073-3/+8
| |/ |/|
* | Code maintenance and bug fixes. (nw) couriersud2019-01-077-41/+26
* | Code maintenance. (nw) couriersud2019-01-072-16/+15
* | Code maintenance and fix for "pure virtual call" error. (nw) couriersud2019-01-067-28/+33
* | (nw) fixed compile error in netlist. Robbbert2019-01-071-1/+1
* | More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-0620-341/+420
|/
* Add gitignore to src/lib/netlist. (nw) couriersud2019-01-022-1/+6
* Fixed a few missing #includes flagged by VS2019 beta, nw mooglyguy2018-12-301-0/+1
* (nw) So we're back to MSVC blowing up on non-trivial templates. Lovely. Vas Crabb2018-12-301-3/+10
* einstein: Software list items promoted to working: Theatre Europe Dirk Best2018-12-291-1/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-127/+113
* Fix (unused) 3.5" head calc (nw) arbee2018-12-251-1/+1
* Fix (currently unused) 3.5" track calc for WOZ2 (nw) arbee2018-12-241-1/+1
* apple2: Support the new version 2 .WOZ images [R. Belmont] arbee2018-12-232-14/+48
* Fix compilation errors with -Og Celelibi2018-12-111-1/+1