You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to have addition of Screen RAM and Color RAM on the Status Bar at the bottom that updates when the cursor changes. Similar to how X: and Y: are displayed.
To appear something like:
X:0 Y:0 C:$20/32 Size:40x25 Screen RAM: $0400/1024 Color RAM: $D800/55296
I realize that if you're using different screen ram, swapping out banks and things, or you have an arbitrary screen size set it will not be correct. Nevertheless, it could serve as a base. Maybe it could update according to these things taken into account, which technically is possible.
This idea has already been implemented (without HEX and Color) here in this one line pull request.
Would like to have addition of Screen RAM and Color RAM on the Status Bar at the bottom that updates when the cursor changes. Similar to how X: and Y: are displayed.
To appear something like:
X:0 Y:0 C:$20/32 Size:40x25 Screen RAM: $0400/1024 Color RAM: $D800/55296
I realize that if you're using different screen ram, swapping out banks and things, or you have an arbitrary screen size set it will not be correct. Nevertheless, it could serve as a base. Maybe it could update according to these things taken into account, which technically is possible.
This idea has already been implemented (without HEX and Color) here in this one line pull request.
bfb61b7
Thanks,
Deadline
The text was updated successfully, but these errors were encountered: