diff options
Diffstat (limited to 'src/mame/barcrest/mpu4.cpp')
-rw-r--r-- | src/mame/barcrest/mpu4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/barcrest/mpu4.cpp b/src/mame/barcrest/mpu4.cpp index 3292ac4f685..283975abe40 100644 --- a/src/mame/barcrest/mpu4.cpp +++ b/src/mame/barcrest/mpu4.cpp @@ -2321,7 +2321,7 @@ void mpu4_state::mpu4_common(machine_config &config) BACTA_DATALOGGER(config, m_dataport, 0); m_dataport->rxd_handler().set(FUNC(mpu4_state::dataport_rxd)); - HOPPER(config, m_hopper1, attotime::from_msec(100), TICKET_MOTOR_ACTIVE_HIGH, TICKET_STATUS_ACTIVE_HIGH); + HOPPER(config, m_hopper1, attotime::from_msec(100)); SPEAKER(config, "mono").front_center(); |