Rename the write-only -printer image instance type to -printout. The former option name conflicts with RS232 printer ports in several drivers.

This commit is contained in:
AJR 2017-03-31 02:10:12 -04:00
parent d2d16bee10
commit f7819c81c9

View File

@ -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 */