This commit is contained in:
Polprzewodnikowy 2021-12-24 23:44:31 +01:00
parent 75ed466178
commit 1c59b6ffa1

View File

@ -790,7 +790,7 @@ if __name__ == "__main__":
print(f"Using 64DD disk image file [{disk_file}]") print(f"Using 64DD disk image file [{disk_file}]")
sc64.set_dd_configuration_for_disk(disk_file) sc64.set_dd_configuration_for_disk(disk_file)
if (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.set_dd_disk_state("changed" if disk_file else "ejected")
sc64.debug_loop(sd_file, disk_file) sc64.debug_loop(sd_file, disk_file)