diff options
Diffstat (limited to 'src/emu/bus/adamnet')
-rw-r--r-- | src/emu/bus/adamnet/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/adamnet/spi.c b/src/emu/bus/adamnet/spi.c index b7248b4a0c9..f45abbe2672 100644 --- a/src/emu/bus/adamnet/spi.c +++ b/src/emu/bus/adamnet/spi.c @@ -85,7 +85,7 @@ static MACHINE_CONFIG_FRAGMENT( adam_spi ) MCFG_RS232_PORT_ADD(RS232_TAG, default_rs232_devices, NULL) - MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_printers, "image") + MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_printers, "printer") MCFG_CENTRONICS_DATA_INPUT_BUFFER("cent_data_in") MCFG_DEVICE_ADD("cent_data_in", INPUT_BUFFER, 0) MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", CENTRONICS_TAG) |