From 8f43de6a46e745892f2c1eac3dde4a0b41a2433f Mon Sep 17 00:00:00 2001 From: Zsolt Vasvari Date: Fri, 7 Mar 2008 00:08:19 +0000 Subject: Removed runnning_machine as the first parameter of a VBLANK callback video.c: some Machine->machine changes --- src/emu/debug/debugcpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/debug/debugcpu.c') diff --git a/src/emu/debug/debugcpu.c b/src/emu/debug/debugcpu.c index 19a185f3ca7..64b483f21a2 100644 --- a/src/emu/debug/debugcpu.c +++ b/src/emu/debug/debugcpu.c @@ -144,7 +144,7 @@ int mame_debug_is_active(void) on_vblank - called when a VBLANK hits -------------------------------------------------*/ -static void on_vblank(running_machine *machine, const device_config *device, int vblank_state) +static void on_vblank(const device_config *device, int vblank_state) { /* if we're configured to stop on VBLANK, break */ if (vblank_state && break_on_vblank) -- cgit v1.2.3