summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/px4.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-06-15 13:17:32 +1000
committer Vas Crabb <vas@vastheman.com>2018-06-15 13:17:32 +1000
commit65c4569652eb3e0559669ba84085bf2a703c414f (patch)
tree6b5383bf23107b1b4eead0b4f60602563acfb420 /src/mame/drivers/px4.cpp
parentf255eb1663d3d7b5a33efa794f5003d2498abf87 (diff)
acro removal, disambiguation, debugger side effects (nw)
Diffstat (limited to 'src/mame/drivers/px4.cpp')
-rw-r--r--src/mame/drivers/px4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/px4.cpp b/src/mame/drivers/px4.cpp
index 17d5865fe6a..68766ec39b4 100644
--- a/src/mame/drivers/px4.cpp
+++ b/src/mame/drivers/px4.cpp
@@ -1515,7 +1515,7 @@ MACHINE_CONFIG_START(px4_state::px4)
MCFG_NVRAM_ADD_NO_FILL("nvram")
// centronics printer
- MCFG_CENTRONICS_ADD("centronics", centronics_devices, "printer")
+ MCFG_DEVICE_ADD(m_centronics, CENTRONICS, centronics_devices, "printer")
MCFG_CENTRONICS_BUSY_HANDLER(WRITELINE(*this, px4_state, centronics_busy_w))
MCFG_CENTRONICS_PERROR_HANDLER(WRITELINE(*this, px4_state, centronics_perror_w))