summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/softbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/softbox.cpp')
-rw-r--r--src/mame/drivers/softbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/softbox.cpp b/src/mame/drivers/softbox.cpp
index 1d9d7cb6ef2..f5c18764eff 100644
--- a/src/mame/drivers/softbox.cpp
+++ b/src/mame/drivers/softbox.cpp
@@ -257,7 +257,7 @@ READ8_MEMBER( softbox_state::ppi1_pc_r )
*/
- uint8_t status = m_hdc->status_r(space, 0);
+ uint8_t status = m_hdc->status_r();
uint8_t data = 0;
data |= (status & corvus_hdc_device::CONTROLLER_BUSY) ? 0 : 0x10;