summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-04-03 05:21:51 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-04-03 05:21:51 +0000
commite621d87cfeea3071ab58886f1356906cd8be70f1 (patch)
tree3c187336313c837e9cb92158cfba39614f21a5ea
parentaea595a54a8c8dcb09d92045715f86dcad7637c8 (diff)
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Subject: MESS machine stuff Another machine parameter added to a MESS function call.
-rw-r--r--src/emu/cheat.c2
1 files changed, 1 insertions, 1 deletions
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 ----- */