summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-03-16 10:12:50 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-03-16 10:12:50 -0400
commit356ccfb017a34f8f3c33d8ff1e772e5182c673f8 (patch)
treed0d97df20b73d5c2e78a8982a2603f79683cc1a1
parent4fa623fa4915368fa8ff067166124f7e8e9e2bff (diff)
Fix validation (nw)
-rw-r--r--src/devices/machine/ie15.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ie15.cpp b/src/devices/machine/ie15.cpp
index bfe37376677..912f346fe09 100644
--- a/src/devices/machine/ie15.cpp
+++ b/src/devices/machine/ie15.cpp
@@ -43,7 +43,7 @@ ie15_device::ie15_device(const machine_config &mconfig, device_type type, const
}
ie15_device::ie15_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
- : ie15_device(mconfig, IE15, "IE15 Terminal", tag, owner, clock, "ie15", __FILE__)
+ : ie15_device(mconfig, IE15, "IE15", tag, owner, clock, "ie15_device", __FILE__)
{
}