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

Add additional configuration options to the UI #33

Open
jon-axon opened this issue Mar 29, 2023 · 0 comments
Open

Add additional configuration options to the UI #33

jon-axon opened this issue Mar 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jon-axon
Copy link
Owner

The Chipolata emulator library allows persistence of options sets to disk and easy re-loading, however there are also elements of the UI itself that can and should be configurable but currently are not. For example:

  • The range of the CPU cycle/s (target) slider is hardcoded to 100-10,000 hz
  • The foreground and background colours can be configured at runtime but cannot be saved; they always revert to defaults open re-loading the Chipolata exe
  • The keymap is hardcoded into the binary code (and as such is probably unusable on anything but a QWERTY keyboard)

So, the UI should be enhanced to provide a mechanism for the above to all be configured and persisted to disk, with user-defined default values then loaded automatically along with Chipolata.

@jon-axon jon-axon added the enhancement New feature or request label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant