aboutsummaryrefslogtreecommitdiffstats
path: root/atk16_emu/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'atk16_emu/cli.py')
-rw-r--r--atk16_emu/cli.py1
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)