indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 19 forks source link

Added tooltips to YM2151 Viewer #22

Closed ZeroByteOrg closed 3 years ago

ZeroByteOrg commented 3 years ago

In addition to the tooltips, I set the sliders to consistently use left=less, right=more for the values they reflect. So values like AR and RR slide right as the value increases, but values such as D1L for which 0 is the maximum, sliding right reduces the value and sliding left increases it.