resid icon indicating copy to clipboard operation
resid copied to clipboard

reSID: MOS6581 SID chip emulator, from: http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/resid/

Results 2 resid issues
Sort by recently updated
recently updated
newest added

This PR: 1. Fixes the following Effective C++ warnings under Clang and GCC by making initial member values explicit: ![2021-04-15_20-50](https://user-images.githubusercontent.com/1557255/114978241-d3e31380-9e3d-11eb-80c8-e2474924f6e1.png) 2. Prevents the compiler from automatically creating default copy and...

Caught during testing (Ultima 6 introduction) with Clang's Undefined Behavior Sanitizer instrumentation: .src/libs/resid/sid.cc:919:37: runtime error: signed integer overflow: 63904 * 130489 cannot be represented in type 'int' SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior...