summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/upd71071.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/upd71071.c')
-rw-r--r--src/mess/machine/upd71071.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/upd71071.c b/src/mess/machine/upd71071.c
index acf8dd1fef3..46cadb4fa35 100644
--- a/src/mess/machine/upd71071.c
+++ b/src/mess/machine/upd71071.c
@@ -123,7 +123,7 @@ static TIMER_CALLBACK(dma_transfer_timer)
// single byte or word transfer
device_t* device = (device_t*)ptr;
upd71071_t* dmac = get_safe_token(device);
- address_space& space = *device->machine().device(dmac->intf->cputag)->memory().space(AS_PROGRAM);
+ address_space& space = device->machine().device(dmac->intf->cputag)->memory().space(AS_PROGRAM);
int channel = param;
UINT16 data = 0; // data to transfer