# HG changeset patch # User Michael Pavone # Date 1708062502 28800 # Node ID 414eb8c34198f8228ca23b9ec282f2c52f3d4c86 # Parent 18555c44a5e7b8b2d180d7abb3eeb1f087c7af6a Update signature of init_m68k_opts in new core to match changes in old one diff -r 18555c44a5e7 -r 414eb8c34198 m68k_util.c --- a/m68k_util.c Thu Feb 15 21:47:14 2024 -0800 +++ b/m68k_util.c Thu Feb 15 21:48:22 2024 -0800 @@ -30,7 +30,7 @@ context->sync_cycle = target_cycle; } -void init_m68k_opts(m68k_options *opts, memmap_chunk * memmap, uint32_t num_chunks, uint32_t clock_divider) +void init_m68k_opts(m68k_options *opts, memmap_chunk * memmap, uint32_t num_chunks, uint32_t clock_divider, sync_fun sync_components, int_ack_fun int_ack) { memset(opts, 0, sizeof(*opts)); opts->gen.memmap = memmap;