summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/svi318.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/svi318.c')
-rw-r--r--src/mess/drivers/svi318.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/svi318.c b/src/mess/drivers/svi318.c
index 1cb6e61b277..501f87495b4 100644
--- a/src/mess/drivers/svi318.c
+++ b/src/mess/drivers/svi318.c
@@ -336,7 +336,7 @@ static MACHINE_CONFIG_START( svi318, svi318_state )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.75)
/* printer */
- MCFG_CENTRONICS_ADD("centronics", centronics_printers, "image")
+ MCFG_CENTRONICS_ADD("centronics", centronics_printers, "printer")
MCFG_CENTRONICS_BUSY_HANDLER(WRITELINE(svi318_state, write_centronics_busy))
MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", "centronics")
@@ -469,7 +469,7 @@ static MACHINE_CONFIG_START( svi328_806, svi318_state )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.75)
/* printer */
- MCFG_CENTRONICS_ADD("centronics", centronics_printers, "image")
+ MCFG_CENTRONICS_ADD("centronics", centronics_printers, "printer")
MCFG_CENTRONICS_BUSY_HANDLER(WRITELINE(svi318_state, write_centronics_busy))
MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", "centronics")