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

More explicit actions when IEC reset #72

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

penfold42
Copy link
Contributor

In addition to the below options, also broken up the hugely long and indented emulator() main loop.

This has merge conflicts with my other PR.
If you want to merge both this weekend, merge one and I’ll clean the other up

// When in Browser mode and IEC bus reset happens do what?
// ignore - ignore it
// cd/1541 - change to starting folder
// autoload - attempt to use AutoMountImage
onResetBrowser = autoload

// When in Emulator mode and IEC bus reset happens do what?
// ignore - ignore it
// resetCPU - just reset the drive CPU
// cd/1541 - exit emulator, change to starting folder
// exit - exit emulator, stay in folder
// autoload - attempt to use AutoMountImage
onResetEmulator = ignore

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

Successfully merging this pull request may close these issues.

1 participant