summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/plus3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/electron/plus3.cpp')
-rw-r--r--src/devices/bus/electron/plus3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/electron/plus3.cpp b/src/devices/bus/electron/plus3.cpp
index 2a4e1eadec6..ce1e859ac59 100644
--- a/src/devices/bus/electron/plus3.cpp
+++ b/src/devices/bus/electron/plus3.cpp
@@ -7,7 +7,7 @@
http://chrisacorns.computinghistory.org.uk/8bit_Upgrades/Acorn_Plus3.html
The Acorn Plus 3 was a hardware module that connected independently
- of the Plus 1 and provided a double-density 3½" disc drive connected
+ of the Plus 1 and provided a double-density 3.5" disc drive connected
through a WD1770 drive controller and an ADFS ROM. There were two
versions of the Plus 3 produced: A Single-sided and a Double-sided
drive version.
@@ -155,4 +155,4 @@ WRITE8_MEMBER(electron_plus3_device::wd1770_status_w)
// bit 5: reset
if (!BIT(data, 5)) m_fdc->soft_reset();
-} \ No newline at end of file
+}