Skip to content

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