From e621d87cfeea3071ab58886f1356906cd8be70f1 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 3 Apr 2008 05:21:51 +0000 Subject: From: Oliver Stoeneberg [mailto:oliverst@online.de] Subject: MESS machine stuff Another machine parameter added to a MESS function call. --- src/emu/cheat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/cheat.c b/src/emu/cheat.c index a3e19f06589..adc55b5aa50 100644 --- a/src/emu/cheat.c +++ b/src/emu/cheat.c @@ -1471,7 +1471,7 @@ void cheat_init(running_machine *machine) searchListLength = 0; #ifdef MESS - InitMessCheats(); + InitMessCheats(machine); #endif /* ----- initialize flags ----- */ -- cgit v1.2.3