summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/jaguar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/jaguar.cpp')
-rw-r--r--src/mame/audio/jaguar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/jaguar.cpp b/src/mame/audio/jaguar.cpp
index 7a775e9cf03..d9b6da8975c 100644
--- a/src/mame/audio/jaguar.cpp
+++ b/src/mame/audio/jaguar.cpp
@@ -261,7 +261,7 @@ WRITE16_MEMBER( jaguar_state::jerry_regs_w )
WRITE32_MEMBER( jaguar_state::dsp_flags_w )
{
/* write the data through */
- m_dsp->ctrl_w(space, offset, data, mem_mask);
+ m_dsp->ctrl_w(offset, data, mem_mask);
/* if they were clearing the A2S interrupt, see if we are headed for the spin */
/* loop with R22 != 0; if we are, just start spinning again */