summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-03-31 22:41:24 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2021-03-31 22:41:24 +1100
commitb0f2302307ce553a9d412026e42f4f32cf209246 (patch)
tree3c78ee65c494e9239f87b781e0a265a650118dea
parent71b8df04170eb3bf45f5a33af2b7537d3fd5059b (diff)
trs80m3: fallout from IMD change.
-rw-r--r--src/mame/drivers/trs80m3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trs80m3.cpp b/src/mame/drivers/trs80m3.cpp
index 98c4cf8a167..41692e37f87 100644
--- a/src/mame/drivers/trs80m3.cpp
+++ b/src/mame/drivers/trs80m3.cpp
@@ -335,7 +335,7 @@ void trs80m3_state::floppy_formats(format_registration &fr)
static void trs80_floppies(device_slot_interface &device)
{
- device.option_add("sssd", FLOPPY_525_QD);
+ device.option_add("sssd", FLOPPY_525_DD);
}