summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-08-25 13:39:06 +1000
committer Vas Crabb <vas@vastheman.com>2019-08-25 13:39:06 +1000
commit7031c31c00eb947993fa2b7a6157b6778812a9dd (patch)
treed03b64b1489aba2d0f1e82b8744bb11d677138a7 /src/devices/imagedev
parent792fc52cdc9a35e4e5fcba0ea7869fe26f966625 (diff)
srcclean (nw)
I'm assuming atronic.cpp was supposed to be Windows-1252 with Euro currency symbol encoding. Everyone please use UTF-8 for source files.
Diffstat (limited to 'src/devices/imagedev')
-rw-r--r--src/devices/imagedev/microdrv.cpp4
-rw-r--r--src/devices/imagedev/wafadrive.cpp2
-rw-r--r--src/devices/imagedev/wafadrive.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/imagedev/microdrv.cpp b/src/devices/imagedev/microdrv.cpp
index 3ff92471e47..854b8d55197 100644
--- a/src/devices/imagedev/microdrv.cpp
+++ b/src/devices/imagedev/microdrv.cpp
@@ -5,8 +5,8 @@
microdrv.cpp
MAME interface to the Sinclair Microdrive image abstraction code
- (this seems to be QL format specific and hardcoded to a specific
- size, Spectrum might need a different implementation?)
+ (this seems to be QL format specific and hardcoded to a specific
+ size, Spectrum might need a different implementation?)
*********************************************************************/
diff --git a/src/devices/imagedev/wafadrive.cpp b/src/devices/imagedev/wafadrive.cpp
index 86ad5280bde..658e845cb74 100644
--- a/src/devices/imagedev/wafadrive.cpp
+++ b/src/devices/imagedev/wafadrive.cpp
@@ -5,7 +5,7 @@
wafadrive.cpp
Emulation of an individual drive within the Wafadrive unit
- (preliminary, no actual emulation yet)
+ (preliminary, no actual emulation yet)
*********************************************************************/
diff --git a/src/devices/imagedev/wafadrive.h b/src/devices/imagedev/wafadrive.h
index 7d8daa5d98e..72dcb99b089 100644
--- a/src/devices/imagedev/wafadrive.h
+++ b/src/devices/imagedev/wafadrive.h
@@ -5,7 +5,7 @@
wafadrive.h
Emulation of an individual drive within the Wafadrive unit
- (preliminary, no actual emulation yet)
+ (preliminary, no actual emulation yet)
*********************************************************************/