summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tp84.c
diff options
context:
space:
mode:
author Zsolt Vasvari <zsoltvas@mamedev.org>2008-01-24 14:14:21 +0000
committer Zsolt Vasvari <zsoltvas@mamedev.org>2008-01-24 14:14:21 +0000
commit3815ec44e1cbc224e5bfdd534208d369198703cd (patch)
tree1c24321d578937ec4b6c9eac8d4650d5c32b9725 /src/mame/drivers/tp84.c
parentf7c5c67e2ef8db35b7171b955f524029b9f75d75 (diff)
- Changed cpunum_set_input_line* functions to take running_machine as an argument
- Added that fix the arm7dasm, otherwise I couldn't compile the code
Diffstat (limited to 'src/mame/drivers/tp84.c')
-rw-r--r--src/mame/drivers/tp84.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tp84.c b/src/mame/drivers/tp84.c
index 8bd26e6456c..c197e6cb800 100644
--- a/src/mame/drivers/tp84.c
+++ b/src/mame/drivers/tp84.c
@@ -158,7 +158,7 @@ static WRITE8_HANDLER( tp84_filter_w )
static WRITE8_HANDLER( tp84_sh_irqtrigger_w )
{
- cpunum_set_input_line_and_vector(2,0,HOLD_LINE,0xff);
+ cpunum_set_input_line_and_vector(Machine, 2,0,HOLD_LINE,0xff);
}