summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/amiga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/amiga.c')
-rw-r--r--src/mame/audio/amiga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/amiga.c b/src/mame/audio/amiga.c
index c66c754952a..5b9d4d069fb 100644
--- a/src/mame/audio/amiga.c
+++ b/src/mame/audio/amiga.c
@@ -76,7 +76,7 @@ INLINE amiga_audio *get_safe_token( device_t *device )
static TIMER_CALLBACK( signal_irq )
{
- amiga_custom_w(*machine.device("maincpu")->memory().space(AS_PROGRAM), REG_INTREQ, 0x8000 | (0x80 << param), 0xffff);
+ amiga_custom_w(machine.device("maincpu")->memory().space(AS_PROGRAM), REG_INTREQ, 0x8000 | (0x80 << param), 0xffff);
}