diff options
author | 2017-03-16 10:12:50 -0400 | |
---|---|---|
committer | 2017-03-16 10:12:50 -0400 | |
commit | 356ccfb017a34f8f3c33d8ff1e772e5182c673f8 (patch) | |
tree | d0d97df20b73d5c2e78a8982a2603f79683cc1a1 | |
parent | 4fa623fa4915368fa8ff067166124f7e8e9e2bff (diff) |
Fix validation (nw)
-rw-r--r-- | src/devices/machine/ie15.cpp | 2 |
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__) { } |