Sakrac / IceBroLite

External Debugger for VICE 3.5 and higher
55 stars 7 forks source link

Feature Request: Allow Upper/Lower Charset in Mem View #33

Closed paulhocker closed 1 year ago

paulhocker commented 1 year ago

Provide a toggle to let developer switch between upper/lower case in the Mem view. This will let us make sure that the correct petscii is getting added without having to resort to decoding it manually.

image

Sakrac commented 1 year ago

added a flag for it in the memory view

paulhocker commented 1 year ago

The case setting is not working as I expected. I was hoping it would show the lowercase petscii values, instead it is showing question marks?

https://user-images.githubusercontent.com/2214652/210186181-6d33ffcc-3c7a-48f0-bccf-49195323c8c2.mp4

Sakrac commented 1 year ago

looks like I undid half of the fix! code has been fixed again!

Sakrac commented 1 year ago

This seems fixed in v1.12