From 1c59b6ffa1e012a168932ef7c5d8b79a8506eadd Mon Sep 17 00:00:00 2001 From: Polprzewodnikowy Date: Fri, 24 Dec 2021 23:44:31 +0100 Subject: [PATCH] changed --- sw/pc/sc64.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/pc/sc64.py b/sw/pc/sc64.py index 2a69f1b..93eece2 100644 --- a/sw/pc/sc64.py +++ b/sw/pc/sc64.py @@ -790,7 +790,7 @@ if __name__ == "__main__": print(f"Using 64DD disk image file [{disk_file}]") sc64.set_dd_configuration_for_disk(disk_file) if (disk_file): - print(f"Setting 64DD disk state to [Inserted]") + print(f"Setting 64DD disk state to [Changed]") sc64.set_dd_disk_state("changed" if disk_file else "ejected") sc64.debug_loop(sd_file, disk_file)