diff options
Diffstat (limited to 'src/emu/cheat.c')
| -rw-r--r-- | src/emu/cheat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cheat.c b/src/emu/cheat.c index 9a423bbf480..599f4d2d250 100644 --- a/src/emu/cheat.c +++ b/src/emu/cheat.c @@ -1500,7 +1500,7 @@ void cheat_init(running_machine *machine) /* ----- initialize string table ----- */ InitStringTable(); - periodic_timer = timer_alloc(cheat_periodic); + periodic_timer = timer_alloc(cheat_periodic, NULL); timer_adjust(periodic_timer, attotime_make(0, Machine->screen[0].refresh), 0, attotime_make(0, Machine->screen[0].refresh)); add_exit_callback(machine, cheat_exit); |
