summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-03-03 08:26:49 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-03-03 08:28:18 -0500
commit8972c93003a9169e5e1d5e9aa9c06057d301d50c (patch)
tree2e733ae6f6642aebb51957ca972a81f73cc0c7eb
parent9239035fffa82c533b2765c1c6840aef67f476be (diff)
Oops (nw)
-rw-r--r--src/devices/imagedev/floppy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/floppy.cpp b/src/devices/imagedev/floppy.cpp
index 4b754332462..38997394ac2 100644
--- a/src/devices/imagedev/floppy.cpp
+++ b/src/devices/imagedev/floppy.cpp
@@ -1922,7 +1922,7 @@ void floppy_8_dsdd::handled_variants(uint32_t *variants, int &var_count) const
//-------------------------------------------------
epson_smd_165::epson_smd_165(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- floppy_image_device(mconfig, EPSON_SD_165, "EPSON SMD-165 Floppy Disk Drive", tag, owner, clock, "epson_smd_165", __FILE__)
+ floppy_image_device(mconfig, EPSON_SMD_165, "EPSON SMD-165 Floppy Disk Drive", tag, owner, clock, "epson_smd_165", __FILE__)
{
}