Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Colored directories in the games menu #14

Open
siffland opened this issue Apr 6, 2024 · 1 comment
Open

Feature Request: Colored directories in the games menu #14

siffland opened this issue Apr 6, 2024 · 1 comment

Comments

@siffland
Copy link

siffland commented Apr 6, 2024

Now sure if it is possible, but in the menu it would be nice if the directories were a different color than the games for easier organization.

Allowing the core working to only see its own files (nestang sees .nes and snestang sees .sfc) would also be nice, but not sure if would be worth the effort, but having the directories different colors than the files would be helpful.

Sean

@nand2mario
Copy link
Owner

src/iosys/textdisp.v implements the text display. The 32x28 characters take up 896 bytes of BRAM. Adding 16 colors to each char would take an additional BRAM block. It should be okay since we still have BRAM left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants