comparison 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
comparison
equal deleted inserted replaced
2349:f0fc6c09517d 2350:f8b5142c06aa
86 86
87 genesis_context *alloc_config_genesis(void *rom, uint32_t rom_size, void *lock_on, uint32_t lock_on_size, uint32_t system_opts, uint8_t force_region); 87 genesis_context *alloc_config_genesis(void *rom, uint32_t rom_size, void *lock_on, uint32_t lock_on_size, uint32_t system_opts, uint8_t force_region);
88 genesis_context *alloc_config_genesis_cdboot(system_media *media, uint32_t system_opts, uint8_t force_region); 88 genesis_context *alloc_config_genesis_cdboot(system_media *media, uint32_t system_opts, uint8_t force_region);
89 void genesis_serialize(genesis_context *gen, serialize_buffer *buf, uint32_t m68k_pc, uint8_t all); 89 void genesis_serialize(genesis_context *gen, serialize_buffer *buf, uint32_t m68k_pc, uint8_t all);
90 void genesis_deserialize(deserialize_buffer *buf, genesis_context *gen); 90 void genesis_deserialize(deserialize_buffer *buf, genesis_context *gen);
91 void gen_update_refresh_free_access(m68k_context *context);
91 92
92 #endif //GENESIS_H_ 93 #endif //GENESIS_H_
93 94