Skip to content

Instantly share code, notes, and snippets.

@FiXato
Created October 26, 2020 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FiXato/080892302eb26a24443ad44c5dbac78f to your computer and use it in GitHub Desktop.
Save FiXato/080892302eb26a24443ad44c5dbac78f to your computer and use it in GitHub Desktop.
autopause script for openMSX
namespace eval autopause {
proc autopause {} {
message "pause: [set ::pause]"
::set ::pause true
};
after realtime 0.1 autopause::autopause
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment