summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-03-31 02:10:12 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-03-31 02:15:36 -0400
commitf7819c81c93edb064ff9e2b5dd1ce401c6ab873f (patch)
treebc5f0edc267e761e7b183699b9ca80c4aa0cafc2 /src/emu/diimage.cpp
parentd2d16bee10f4e672d2e5cfc067f821ce4ddcdd56 (diff)
Rename the write-only -printer image instance type to -printout. The former option name conflicts with RS232 printer ports in several drivers.
Diffstat (limited to 'src/emu/diimage.cpp')
-rw-r--r--src/emu/diimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/diimage.cpp b/src/emu/diimage.cpp
index d73e500bcf2..55b14ebe04e 100644
--- a/src/emu/diimage.cpp
+++ b/src/emu/diimage.cpp
@@ -34,7 +34,7 @@ const image_device_type_info device_image_interface::m_device_info_array[] =
{ IO_CASSETTE, "cassette", "cass" }, /* 4 */
{ IO_PUNCHCARD, "punchcard", "pcrd" }, /* 5 */
{ IO_PUNCHTAPE, "punchtape", "ptap" }, /* 6 */
- { IO_PRINTER, "printer", "prin" }, /* 7 */
+ { IO_PRINTER, "printout", "prin" }, /* 7 */
{ IO_SERIAL, "serial", "serl" }, /* 8 */
{ IO_PARALLEL, "parallel", "parl" }, /* 9 */
{ IO_SNAPSHOT, "snapshot", "dump" }, /* 10 */