indigodarkwolf / box16

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

Memory Display Size and Dim Zeros (Enhancement) #81

Open Yazwh0 opened 1 year ago

Yazwh0 commented 1 year ago

While using the memory display it occurs there are a couple of enhancements that could help.

image

With zeros dimmed: image

indigodarkwolf commented 1 year ago

I agree, that could make it a little easier to read. I can probably dim the zeroes in a quick change. Resizing the display might not take too long either now that I've discovered ImGui::GetContentRegionAvail() to size things within the remainder of a window's space.