diff options
Diffstat (limited to 'atk16_emu/cli.py')
| -rw-r--r-- | atk16_emu/cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atk16_emu/cli.py b/atk16_emu/cli.py index 9cb268a..613af6c 100644 --- a/atk16_emu/cli.py +++ b/atk16_emu/cli.py @@ -57,6 +57,7 @@ def main(): print("===============") machine.print_state_summary() + machine.print_hotspot_summary() else: debugger = Debugger(options.peripherals_enabled) |
