From cbd240d0deec6f2fcfac8b26c1b18a666d534f33 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 13 Nov 2008 07:23:50 +0000 Subject: This patch replaces the Machine parameter where an running_machine * is available and removes the deprecat.h where unnecessary. [Oliver Stoeneberg] --- src/emu/cpu/v60/v60.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/emu/cpu/v60/v60.c') diff --git a/src/emu/cpu/v60/v60.c b/src/emu/cpu/v60/v60.c index 6ddcab45dd4..ac903e7e1a5 100644 --- a/src/emu/cpu/v60/v60.c +++ b/src/emu/cpu/v60/v60.c @@ -4,7 +4,6 @@ // Portability fixes by Richter Belmont #include "debugger.h" -#include "deprecat.h" #include "v60.h" // memory accessors @@ -428,7 +427,7 @@ static CPU_EXECUTE( v60 ) v60_try_irq(); while(v60_ICount >= 0) { v60.PPC = PC; - debugger_instruction_hook(Machine, PC); + debugger_instruction_hook(device->machine, PC); v60_ICount -= 8; /* fix me -- this is just an average */ inc = OpCodeTable[OpRead8(PC)](); PC += inc; -- cgit v1.2.3-70-g09d2