mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
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:
parent
d2d16bee10
commit
f7819c81c9
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user