mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
changed
This commit is contained in:
parent
75ed466178
commit
1c59b6ffa1
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user