From cffe2010943845358cf44ae1c4b1f5dc55e845ae Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 4 Sep 2008 08:55:01 +0000 Subject: From Oliver Stoeneberg [oliverst@online.de] This contains three different patches: 20080829.patch Introducing the running_machine* parameter in a few more places. Next step would be to make the execute_* function aware of it, if that's OK. Also used the machine parameter in memory.c were it's available. 20080829_1.patch The already discussed and probably being rejected removal of dreprecat.h from debugger.h. I think this is a low-risk patch (we had worse cleanups) and it lowers the risk of new code using deprecated function beign introduced in MAME/MESS, because there is no invisible inclusion of deprecat.h anymore (I think one driver - kofball.c - got it with deprecated code). 20080829_2.patch The last Machine -> machine conversion I had sitting in my local tree. I know the proper way is to turn them into devices, but I still haven't looked into that. --- src/emu/cpu/ccpu/ccpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emu/cpu/ccpu/ccpu.c') diff --git a/src/emu/cpu/ccpu/ccpu.c b/src/emu/cpu/ccpu/ccpu.c index a86596d4d59..bba11dd5918 100644 --- a/src/emu/cpu/ccpu/ccpu.c +++ b/src/emu/cpu/ccpu/ccpu.c @@ -9,6 +9,7 @@ ***************************************************************************/ #include "debugger.h" +#include "deprecat.h" #include "ccpu.h" -- cgit v1.2.3-70-g09d2