summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/phc25.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/phc25.c')
-rw-r--r--src/mess/drivers/phc25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/phc25.c b/src/mess/drivers/phc25.c
index bb0a1d1f113..b58c20fda4f 100644
--- a/src/mess/drivers/phc25.c
+++ b/src/mess/drivers/phc25.c
@@ -322,7 +322,7 @@ static MACHINE_CONFIG_START( phc25, phc25_state )
MCFG_CASSETTE_FORMATS(phc25_cassette_formats)
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED)
- MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_printers, "printer")
+ MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_devices, "printer")
MCFG_CENTRONICS_BUSY_HANDLER(WRITELINE(phc25_state, write_centronics_busy))
MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", CENTRONICS_TAG)