summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/stfight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/stfight.c')
-rw-r--r--src/mame/machine/stfight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/stfight.c b/src/mame/machine/stfight.c
index cdde2c09594..364276c86db 100644
--- a/src/mame/machine/stfight.c
+++ b/src/mame/machine/stfight.c
@@ -212,7 +212,7 @@ void stfight_adpcm_int(device_t *device)
WRITE8_DEVICE_HANDLER( stfight_adpcm_control_w )
{
- stfight_state *state = device->machine().driver_data<stfight_state>();
+ stfight_state *state = space.machine().driver_data<stfight_state>();
if( data < 0x08 )
{
state->m_adpcm_data_offs = sampleLimits[data];