changeset 2447:414eb8c34198

Update signature of init_m68k_opts in new core to match changes in old one
author Michael Pavone <pavone@retrodev.com>
date Thu, 15 Feb 2024 21:48:22 -0800
parents 18555c44a5e7
children d1eec03dca09
files m68k_util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;