stop the emulation
(self, _line)
| 233 | return 'exited by user command' |
| 234 | |
| 235 | def do_exit(self, _line): |
| 236 | "stop the emulation" |
| 237 | self.sn.stop_emulation() |
| 238 | return 'exited by user command' |
| 239 | |
| 240 | def do_quit(self, line): |
| 241 | "Exit" |
no test coverage detected