diff genesis.h @ 2350:f8b5142c06aa

Allow 68K to return mid-instruction. Adjust how 68K interrupt ack works so int2 busy flag timing is more correct. Fix some other SCD timing issues
author Michael Pavone <pavone@retrodev.com>
date Mon, 16 Oct 2023 23:30:04 -0700
parents 9ead0fe69d9b
children 65c2e4d990cc
line wrap: on
line diff
--- a/genesis.h	Fri Oct 13 22:44:36 2023 -0700
+++ b/genesis.h	Mon Oct 16 23:30:04 2023 -0700
@@ -88,6 +88,7 @@
 genesis_context *alloc_config_genesis_cdboot(system_media *media, uint32_t system_opts, uint8_t force_region);
 void genesis_serialize(genesis_context *gen, serialize_buffer *buf, uint32_t m68k_pc, uint8_t all);
 void genesis_deserialize(deserialize_buffer *buf, genesis_context *gen);
+void gen_update_refresh_free_access(m68k_context *context);
 
 #endif //GENESIS_H_