summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/jtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/jtc.c')
-rw-r--r--src/mess/drivers/jtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/jtc.c b/src/mess/drivers/jtc.c
index 11753f321e7..6c30cf0d322 100644
--- a/src/mess/drivers/jtc.c
+++ b/src/mess/drivers/jtc.c
@@ -735,7 +735,7 @@ static MACHINE_CONFIG_START( basic, jtc_state )
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED)
/* printer */
- MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_printers, "printer")
+ MCFG_CENTRONICS_ADD(CENTRONICS_TAG, centronics_devices, "printer")
MCFG_CENTRONICS_BUSY_HANDLER(WRITELINE(jtc_state, write_centronics_busy))
MACHINE_CONFIG_END