atarist: unmount floppies on cold reboot.

This commit is contained in:
sorgelig
2020-06-22 13:30:38 +08:00
parent e426de98f4
commit fed7cae7a3
2 changed files with 4 additions and 0 deletions

View File

@@ -3297,6 +3297,8 @@ void HandleUI(void)
case 8: // Cold Boot
if (select)
{
tos_insert_disk(0, "");
tos_insert_disk(1, "");
tos_reset(1);
menustate = MENU_NONE1;
}

View File

@@ -412,6 +412,8 @@ void tos_poll()
{
if (CheckTimer(timer))
{
tos_insert_disk(0, "");
tos_insert_disk(1, "");
tos_reset(1);
timer = 1;
}