summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-09-26 04:46:55 +1000
committer Vas Crabb <vas@vastheman.com>2016-09-26 04:51:59 +1000
commit33b2c733955112083b2912d4115eb0465026b4d0 (patch)
treefbbf0f355577aaf9a18dfa5ce269615ed5e70bec /src/devices/bus/electron
parentfbbc293041838bf6007c439c57745f79b2c8d4fb (diff)
srcclean (nw)
Diffstat (limited to 'src/devices/bus/electron')
-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
+}