From 452e2810097d374aa2c11c561e88ead199193d60 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 11 Feb 2020 22:13:13 -0500 Subject: [PATCH] Ensures what is currently the only drive is selected. --- Machines/Oric/BD500.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Machines/Oric/BD500.cpp b/Machines/Oric/BD500.cpp index 63536da4b..130ff5e84 100644 --- a/Machines/Oric/BD500.cpp +++ b/Machines/Oric/BD500.cpp @@ -14,6 +14,7 @@ BD500::BD500() : DiskController(P1793, 9000000, Storage::Disk::Drive::ReadyType: disable_basic_rom_ = true; select_paged_item(); set_is_double_density(true); + set_drive(1); } void BD500::write(int address, uint8_t value) {