start the emulation
(self, _line)
| 224 | self.sn.set_perf(int(rest[0]), int(rest[1]), int(rest[2])) |
| 225 | |
| 226 | def do_start_emulation(self, _line): |
| 227 | "start the emulation" |
| 228 | self.sn.start_emulation() |
| 229 | |
| 230 | def do_stop_emulation(self, _line): |
| 231 | "stop the emulation" |
nothing calls this directly
no test coverage detected